From 6f1b6b2982ea0ed7bdba025b3ed911111d6e8e7d Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sun, 24 Aug 2008 19:57:24 +0000 Subject: [PATCH] Fixup XML generation to avoid erroneous copying. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9399 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/grc_gnuradio_core.m4 | 2 +- gnuradio-core/doc/Makefile.am | 3 ++- gnuradio-core/doc/{xml => xml-swig}/Makefile.am | 0 gnuradio-core/doc/{xml => xml-swig}/README | 0 gnuradio-core/doc/{xml => xml-swig}/doxy2swig.py | 0 gnuradio-core/doc/{xml => xml-swig}/swig.xsl | 0 6 files changed, 3 insertions(+), 2 deletions(-) rename gnuradio-core/doc/{xml => xml-swig}/Makefile.am (100%) rename gnuradio-core/doc/{xml => xml-swig}/README (100%) rename gnuradio-core/doc/{xml => xml-swig}/doxy2swig.py (100%) rename gnuradio-core/doc/{xml => xml-swig}/swig.xsl (100%) diff --git a/config/grc_gnuradio_core.m4 b/config/grc_gnuradio_core.m4 index 562641eb..df2ec305 100644 --- a/config/grc_gnuradio_core.m4 +++ b/config/grc_gnuradio_core.m4 @@ -80,7 +80,7 @@ AC_DEFUN([GRC_GNURADIO_CORE],[ gnuradio-core/doc/Doxyfile \ gnuradio-core/doc/Makefile \ gnuradio-core/doc/other/Makefile \ - gnuradio-core/doc/xml/Makefile \ + gnuradio-core/doc/xml-swig/Makefile \ gnuradio-core/src/Makefile \ gnuradio-core/src/gen_interpolator_taps/Makefile \ gnuradio-core/src/lib/Makefile \ diff --git a/gnuradio-core/doc/Makefile.am b/gnuradio-core/doc/Makefile.am index a499946a..1fd11a92 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 similarity index 100% rename from gnuradio-core/doc/xml/Makefile.am rename to gnuradio-core/doc/xml-swig/Makefile.am diff --git a/gnuradio-core/doc/xml/README b/gnuradio-core/doc/xml-swig/README similarity index 100% rename from gnuradio-core/doc/xml/README rename to gnuradio-core/doc/xml-swig/README diff --git a/gnuradio-core/doc/xml/doxy2swig.py b/gnuradio-core/doc/xml-swig/doxy2swig.py similarity index 100% rename from gnuradio-core/doc/xml/doxy2swig.py rename to gnuradio-core/doc/xml-swig/doxy2swig.py diff --git a/gnuradio-core/doc/xml/swig.xsl b/gnuradio-core/doc/xml-swig/swig.xsl similarity index 100% rename from gnuradio-core/doc/xml/swig.xsl rename to gnuradio-core/doc/xml-swig/swig.xsl -- 2.47.2