diff options
author | jcorgan | 2008-08-24 19:57:24 +0000 |
---|---|---|
committer | jcorgan | 2008-08-24 19:57:24 +0000 |
commit | 6f1b6b2982ea0ed7bdba025b3ed911111d6e8e7d (patch) | |
tree | bc98fee9125664ab030e26ddc9cfcb8d803880bc /gnuradio-core | |
parent | d806988c37dcdc3e7b5cf161fdff63920961695c (diff) | |
download | gnuradio-6f1b6b2982ea0ed7bdba025b3ed911111d6e8e7d.tar.gz gnuradio-6f1b6b2982ea0ed7bdba025b3ed911111d6e8e7d.tar.bz2 gnuradio-6f1b6b2982ea0ed7bdba025b3ed911111d6e8e7d.zip |
Fixup XML generation to avoid erroneous copying.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9399 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core')
-rw-r--r-- | gnuradio-core/doc/Makefile.am | 3 | ||||
-rw-r--r-- | gnuradio-core/doc/xml-swig/Makefile.am (renamed from gnuradio-core/doc/xml/Makefile.am) | 0 | ||||
-rw-r--r-- | gnuradio-core/doc/xml-swig/README (renamed from gnuradio-core/doc/xml/README) | 0 | ||||
-rw-r--r-- | gnuradio-core/doc/xml-swig/doxy2swig.py (renamed from gnuradio-core/doc/xml/doxy2swig.py) | 0 | ||||
-rw-r--r-- | gnuradio-core/doc/xml-swig/swig.xsl (renamed from gnuradio-core/doc/xml/swig.xsl) | 0 |
5 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-core/doc/Makefile.am b/gnuradio-core/doc/Makefile.am index a499946a1..1fd11a92a 100644 --- a/gnuradio-core/doc/Makefile.am +++ b/gnuradio-core/doc/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = other xml +SUBDIRS = other xml-swig docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@ @@ -36,6 +36,7 @@ html/index.html: prep: mkdir -p html + mkdir -p xml install-data-local: $(mkinstalldirs) $(DESTDIR)$(docdir) diff --git a/gnuradio-core/doc/xml/Makefile.am b/gnuradio-core/doc/xml-swig/Makefile.am index f508deb20..f508deb20 100644 --- a/gnuradio-core/doc/xml/Makefile.am +++ b/gnuradio-core/doc/xml-swig/Makefile.am diff --git a/gnuradio-core/doc/xml/README b/gnuradio-core/doc/xml-swig/README index e5187df28..e5187df28 100644 --- a/gnuradio-core/doc/xml/README +++ b/gnuradio-core/doc/xml-swig/README diff --git a/gnuradio-core/doc/xml/doxy2swig.py b/gnuradio-core/doc/xml-swig/doxy2swig.py index 1e379d943..1e379d943 100644 --- a/gnuradio-core/doc/xml/doxy2swig.py +++ b/gnuradio-core/doc/xml-swig/doxy2swig.py diff --git a/gnuradio-core/doc/xml/swig.xsl b/gnuradio-core/doc/xml-swig/swig.xsl index 6163c2d9f..6163c2d9f 100644 --- a/gnuradio-core/doc/xml/swig.xsl +++ b/gnuradio-core/doc/xml-swig/swig.xsl |