summaryrefslogtreecommitdiff
path: root/gr-trellis/src/lib
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-12-04 11:10:13 -0500
committerTom Rondeau <trondeau@vt.edu>2011-12-04 11:10:13 -0500
commitfe2e6f8054ed8c6a19fe893553a0d05ce855179e (patch)
treebdce8a051d53a33872479233dfe6171d8763732f /gr-trellis/src/lib
parent2f48e2a60e76072e5436dde860cd602c3882ce5c (diff)
docs: better install of swig docs .i files since we actually have a variable to take care of it already.
Diffstat (limited to 'gr-trellis/src/lib')
-rw-r--r--gr-trellis/src/lib/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/gr-trellis/src/lib/Makefile.am b/gr-trellis/src/lib/Makefile.am
index 1482f783b9..2a86fe1961 100644
--- a/gr-trellis/src/lib/Makefile.am
+++ b/gr-trellis/src/lib/Makefile.am
@@ -130,12 +130,12 @@ TOP_SWIG_DOC_IFILES = \
BUILT_SOURCES += \
$(TOP_SWIG_DOC_IFILES)
+EXTRA_DIST += \
+ $(TOP_SWIG_DOC_IFILES)
+
$(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:
@@ -156,7 +156,8 @@ trellis_swiginclude_headers = \
trellis_siso_f.i \
trellis_siso_combined_f.i \
trellis_constellation_metrics_cf.i \
- trellis_generated.i
+ trellis_generated.i \
+ $(TOP_SWIG_DOC_IFILES)
# Do creation and inclusion of other Makefiles last