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-qtgui/swig/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gr-qtgui') 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: -- cgit