summaryrefslogtreecommitdiff
path: root/gr-video-sdl
diff options
context:
space:
mode:
authorTom Rondeau2011-11-27 19:06:15 -0500
committerTom Rondeau2011-11-27 19:06:15 -0500
commit355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce (patch)
tree7dc1a7c47cfa2b23b31c1e68f5c2637b11186007 /gr-video-sdl
parent70ca9beab2c6c22eb9b98818fe1b69def41eb0db (diff)
downloadgnuradio-355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce.tar.gz
gnuradio-355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce.tar.bz2
gnuradio-355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce.zip
docs: Adding swig doc generation to Makefile.am files.
Diffstat (limited to 'gr-video-sdl')
-rw-r--r--gr-video-sdl/src/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-video-sdl/src/Makefile.am b/gr-video-sdl/src/Makefile.am
index 496671bea..9692be3df 100644
--- a/gr-video-sdl/src/Makefile.am
+++ b/gr-video-sdl/src/Makefile.am
@@ -56,6 +56,15 @@ libgnuradio_video_sdl_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS)
TOP_SWIG_IFILES = \
video_sdl.i
+TOP_SWIG_DOC_IFILES = \
+ video_sdl_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.video_sdl
# This ends up at: