From 0408e48c26bfae60d4973e1f1128ac419d6268a2 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Mon, 28 Nov 2011 01:11:27 -0500 Subject: docs: installing generated _doc.i files under autotools. --- gr-vocoder/swig/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gr-vocoder') 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: -- cgit