[beast] BUILD: removed obsoleted doxer



commit b6dc148909d72ddb72d98c9df2c03e491b2406d1
Author: Tim Janik <timj gtk org>
Date:   Thu May 5 04:05:09 2011 +0200

    BUILD: removed obsoleted doxer

 Makefile.am               |    2 +-
 autogen.sh                |    2 +-
 configure.in              |    2 -
 doxer/Code2Doxi.py        |  733 -----
 doxer/Config.py           |   98 -
 doxer/Data.py             |  303 --
 doxer/DoxiParser.py       | 1426 ---------
 doxer/HtmlGenerator.py    | 1032 ------
 doxer/Makefile.am         |   11 -
 doxer/ManGenerator.py     |  443 ---
 doxer/ScadParser.py       |  148 -
 doxer/Utils.py            |   53 -
 doxer/changelog2doxi.py   |  127 -
 doxer/docu-main.doxi      |  161 -
 doxer/doxer-standard.doxi |  109 -
 doxer/doxer-style.css     |   75 -
 doxer/doxer.py            |  536 ----
 doxer/linkdict.py         |  393 ---
 doxer/linkdict_gnome.py   | 7655 ---------------------------------------------
 doxer/qcomment.py         |  155 -
 doxer/qdoxygen.py         |  325 --
 doxer/qxmlparser.py       |  498 ---
 22 files changed, 2 insertions(+), 14285 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2a8b8ee..dfd93cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@
 ## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
-SUBDIRS = . data birnet sfi bse plugins drivers shell beast-gtk launchers library tools po tests doxer docs
+SUBDIRS = . data birnet sfi bse plugins drivers shell beast-gtk launchers library tools po tests docs
 
 noinst_DATA =
 
diff --git a/autogen.sh b/autogen.sh
index e02d226..ee58e08 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -152,4 +152,4 @@ $AUTOCONF || exit $?
 
 cd $ORIGDIR
 echo "Running: $srcdir/configure $CONFIGURE_OPTIONS $@"
-$srcdir/configure --enable-maintainer-mode --with-doxer $CONFIGURE_OPTIONS "$@" || exit $?
+$srcdir/configure --enable-maintainer-mode $CONFIGURE_OPTIONS "$@" || exit $?
diff --git a/configure.in b/configure.in
index 084682e..ad3f6b9 100644
--- a/configure.in
+++ b/configure.in
@@ -86,7 +86,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_ARG_ENABLE(debug,           [  --enable-debug=no/minimum/yes  turn on debugging],,enable_debug=$debug_default)
 AC_ARG_ENABLE(toyprof,         [  --enable-toyprof               turn on toy profiler, see sfi/toyprof.README],,)
 AC_ARG_ENABLE(distcheck-tests, [  --enable-distcheck-tests       turn on resource and time consuming distcheck tests],,enable_distcheck_tests=no)
-AC_ARG_WITH(doxer,             [  --with-doxer=[no/yes]          build documentation with doxer documentation tool], [DOXRULE=''], [DOXRULE='#'])
 AC_SUBST(DOXRULE)
 
 # set BEAST_BUILD_DEFAULTS from configure's BEAST_BUILD env
@@ -693,7 +692,6 @@ tests/scripts/Makefile
 tests/bse/Makefile
 tests/audio/Makefile
 tests/filecheck/Makefile
-doxer/Makefile
 docs/Makefile
 docs/images/Makefile
 ])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]