diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-11-28 01:11:27 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-11-28 01:11:27 -0500 |
commit | 0408e48c26bfae60d4973e1f1128ac419d6268a2 (patch) | |
tree | 7eeb698b7e6b143af5f4b2128283afc1e8928462 /gr-atsc | |
parent | e173b0746bf10d9bb03c781f2567a5a51d6f6ebd (diff) |
docs: installing generated _doc.i files under autotools.
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/src/lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-atsc/src/lib/Makefile.am b/gr-atsc/src/lib/Makefile.am index aef393998e..eaf1c5371c 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: |