diff options
author | Tom Rondeau | 2011-11-28 01:11:27 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-11-28 01:11:27 -0500 |
commit | 0408e48c26bfae60d4973e1f1128ac419d6268a2 (patch) | |
tree | 7eeb698b7e6b143af5f4b2128283afc1e8928462 | |
parent | e173b0746bf10d9bb03c781f2567a5a51d6f6ebd (diff) | |
download | gnuradio-0408e48c26bfae60d4973e1f1128ac419d6268a2.tar.gz gnuradio-0408e48c26bfae60d4973e1f1128ac419d6268a2.tar.bz2 gnuradio-0408e48c26bfae60d4973e1f1128ac419d6268a2.zip |
docs: installing generated _doc.i files under autotools.
-rw-r--r-- | gnuradio-core/src/lib/swig/Makefile.am | 7 | ||||
-rw-r--r-- | gr-atsc/src/lib/Makefile.am | 3 | ||||
-rw-r--r-- | gr-audio/swig/Makefile.am | 3 | ||||
-rw-r--r-- | gr-comedi/src/Makefile.am | 3 | ||||
-rw-r--r-- | gr-digital/swig/Makefile.am | 3 | ||||
-rw-r--r-- | gr-noaa/swig/Makefile.am | 3 | ||||
-rw-r--r-- | gr-pager/swig/Makefile.am | 3 | ||||
-rw-r--r-- | gr-qtgui/swig/Makefile.am | 3 | ||||
-rw-r--r-- | gr-shd/swig/Makefile.am | 3 | ||||
-rw-r--r-- | gr-trellis/src/lib/Makefile.am | 3 | ||||
-rw-r--r-- | gr-uhd/swig/Makefile.am | 3 | ||||
-rw-r--r-- | gr-video-sdl/src/Makefile.am | 3 | ||||
-rw-r--r-- | gr-vocoder/swig/Makefile.am | 3 |
13 files changed, 41 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/swig/Makefile.am b/gnuradio-core/src/lib/swig/Makefile.am index 162285017..0a3234dd6 100644 --- a/gnuradio-core/src/lib/swig/Makefile.am +++ b/gnuradio-core/src/lib/swig/Makefile.am @@ -49,12 +49,15 @@ TOP_SWIG_DOC_IFILES = \ runtime_swig_doc.i -BUILT_SOURCES = \ +BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES) -$(BUILT_SOURCES): +$(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # SWIG headers get installed in ${prefix}/include/gnuradio/swig swiginclude_HEADERS = \ gnuradio.i \ diff --git a/gr-atsc/src/lib/Makefile.am b/gr-atsc/src/lib/Makefile.am index aef393998..eaf1c5371 100644 --- a/gr-atsc/src/lib/Makefile.am +++ b/gr-atsc/src/lib/Makefile.am @@ -234,6 +234,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio # This ends up at: diff --git a/gr-audio/swig/Makefile.am b/gr-audio/swig/Makefile.am index 2a9dbf1a3..d3aca1b32 100644 --- a/gr-audio/swig/Makefile.am +++ b/gr-audio/swig/Makefile.am @@ -45,6 +45,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.audio # This ends up at: diff --git a/gr-comedi/src/Makefile.am b/gr-comedi/src/Makefile.am index 15e1124ed..8aecaf335 100644 --- a/gr-comedi/src/Makefile.am +++ b/gr-comedi/src/Makefile.am @@ -68,6 +68,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.comedi # This ends up at: diff --git a/gr-digital/swig/Makefile.am b/gr-digital/swig/Makefile.am index e41c4e8fd..e3ee83647 100644 --- a/gr-digital/swig/Makefile.am +++ b/gr-digital/swig/Makefile.am @@ -40,6 +40,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + if GUILE nobase_guile_DATA = \ gnuradio/digital.scm diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index 11d036846..786830e0c 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -54,6 +54,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.noaa # This ends up at: diff --git a/gr-pager/swig/Makefile.am b/gr-pager/swig/Makefile.am index ef9925be4..4be40a6b0 100644 --- a/gr-pager/swig/Makefile.am +++ b/gr-pager/swig/Makefile.am @@ -53,6 +53,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.pager # This ends up at: diff --git a/gr-qtgui/swig/Makefile.am b/gr-qtgui/swig/Makefile.am index 852a584c0..9c909d22c 100644 --- a/gr-qtgui/swig/Makefile.am +++ b/gr-qtgui/swig/Makefile.am @@ -48,6 +48,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.qtgui # This ends up at: diff --git a/gr-shd/swig/Makefile.am b/gr-shd/swig/Makefile.am index 1117d48df..8934acb4c 100644 --- a/gr-shd/swig/Makefile.am +++ b/gr-shd/swig/Makefile.am @@ -57,6 +57,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.shd # This ends up at: diff --git a/gr-trellis/src/lib/Makefile.am b/gr-trellis/src/lib/Makefile.am index 0e59df331..1482f783b 100644 --- a/gr-trellis/src/lib/Makefile.am +++ b/gr-trellis/src/lib/Makefile.am @@ -133,6 +133,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.trellis # This ends up at: diff --git a/gr-uhd/swig/Makefile.am b/gr-uhd/swig/Makefile.am index 5028f69e3..da62e0552 100644 --- a/gr-uhd/swig/Makefile.am +++ b/gr-uhd/swig/Makefile.am @@ -57,6 +57,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.uhd # This ends up at: diff --git a/gr-video-sdl/src/Makefile.am b/gr-video-sdl/src/Makefile.am index ba7572499..3dd8a9208 100644 --- a/gr-video-sdl/src/Makefile.am +++ b/gr-video-sdl/src/Makefile.am @@ -65,6 +65,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.video_sdl # This ends up at: diff --git a/gr-vocoder/swig/Makefile.am b/gr-vocoder/swig/Makefile.am index 739de4715..e075124e3 100644 --- a/gr-vocoder/swig/Makefile.am +++ b/gr-vocoder/swig/Makefile.am @@ -53,6 +53,9 @@ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES): `echo "" > $@` +install-data-local: + cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) + # Install so that they end up available as: # import gnuradio.vocoder # This ends up at: |