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-digital/swig | |
parent | e173b0746bf10d9bb03c781f2567a5a51d6f6ebd (diff) |
docs: installing generated _doc.i files under autotools.
Diffstat (limited to 'gr-digital/swig')
-rw-r--r-- | gr-digital/swig/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-digital/swig/Makefile.am b/gr-digital/swig/Makefile.am index e41c4e8fd3..e3ee836479 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 |