From 355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sun, 27 Nov 2011 19:06:15 -0500 Subject: docs: Adding swig doc generation to Makefile.am files. --- gr-shd/swig/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gr-shd') diff --git a/gr-shd/swig/Makefile.am b/gr-shd/swig/Makefile.am index 3e155ba41..7f2cbd6be 100644 --- a/gr-shd/swig/Makefile.am +++ b/gr-shd/swig/Makefile.am @@ -48,6 +48,15 @@ endif TOP_SWIG_IFILES = \ shd_swig.i +TOP_SWIG_DOC_IFILES = \ + shd_swig_doc.i + +BUILT_SOURCES = \ + $(TOP_SWIG_DOC_IFILES) + +$(BUILT_SOURCES): + `echo "" > $@` + # Install so that they end up available as: # import gnuradio.shd # This ends up at: -- cgit