summaryrefslogtreecommitdiff
path: root/Makefile.swig
diff options
context:
space:
mode:
authorBen Reynwar2010-12-09 15:16:29 -0700
committerBen Reynwar2010-12-09 15:16:29 -0700
commit31c8002c506d8452915163d9a57a00746e7dfc5b (patch)
tree1c0cf235612c590b3e4c71b9b4d3ca3aed65c63e /Makefile.swig
parent2863f40d5d0bca8713252bb3618f9844fccf673c (diff)
downloadgnuradio-31c8002c506d8452915163d9a57a00746e7dfc5b.tar.gz
gnuradio-31c8002c506d8452915163d9a57a00746e7dfc5b.tar.bz2
gnuradio-31c8002c506d8452915163d9a57a00746e7dfc5b.zip
Fixed Makefile so that generation of python docstrings works. Still not well done.
Diffstat (limited to 'Makefile.swig')
-rw-r--r--Makefile.swig9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.swig b/Makefile.swig
index f4ef3de89..ef1b2126d 100644
--- a/Makefile.swig
+++ b/Makefile.swig
@@ -79,12 +79,9 @@ $(top_srcdir)/gnuradio-core/src/lib/swig/swig_doc.i: $(top_srcdir)/docs/doxygen/
## Make sure the doxygen docs are generated
$(top_srcdir)/docs/doxygen/html/index.html:
- docs_prep
- @DOXYGEN@
-
-docs_prep:
- $(MKDIR_P) html
- $(MKDIR_P) xml
+ $(MKDIR_P) $(top_srcdir)/docs/doxygen/html
+ $(MKDIR_P) $(top_srcdir)/docs/doxygen/xml
+ cd $(top_srcdir)/docs/doxygen; @DOXYGEN@
## Create $(srcdir)/Makefile.swig.gen, containing all of the rules
## for running SWIG to generate or re-generate outputs. SWIG file