diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-11-27 19:06:15 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-11-27 19:06:15 -0500 |
commit | 355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce (patch) | |
tree | 7dc1a7c47cfa2b23b31c1e68f5c2637b11186007 /gr-atsc/src | |
parent | 70ca9beab2c6c22eb9b98818fe1b69def41eb0db (diff) |
docs: Adding swig doc generation to Makefile.am files.
Diffstat (limited to 'gr-atsc/src')
-rw-r--r-- | gr-atsc/src/lib/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-atsc/src/lib/Makefile.am b/gr-atsc/src/lib/Makefile.am index 0a2871a50f..edcc440f2e 100644 --- a/gr-atsc/src/lib/Makefile.am +++ b/gr-atsc/src/lib/Makefile.am @@ -225,6 +225,15 @@ CLEANFILES += atsci_viterbi_mux.cc atsci_viterbi_gen$(EXEEXT) TOP_SWIG_IFILES = \ atsc.i +TOP_SWIG_DOC_IFILES = \ + atsc_swig_doc.i + +BUILT_SOURCES = \ + $(TOP_SWIG_DOC_IFILES) + +$(BUILT_SOURCES): + `echo "" > $@` + # Install so that they end up available as: # import gnuradio # This ends up at: |