summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh2
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/doxygen.conf.in2
3 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index a520e21..5c65234 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -34,5 +34,7 @@ else
autoconf -Wall
./configure --sysconfdir=/etc "$@"
+
+ make clean
fi
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fe60314..adab9fc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -31,7 +31,6 @@ doxygen:
touch doxygen.conf
$(MAKE) reference
-
maintainer-clean-local:
rm -rf reference
endif
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in
index 1d3430d..f546356 100644
--- a/doc/doxygen.conf.in
+++ b/doc/doxygen.conf.in
@@ -226,7 +226,7 @@ DISTRIBUTE_GROUP_DOC = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
# Doxygen uses this value to replace tabs by spaces in code fragments.
-TAB_SIZE = 8
+TAB_SIZE = 4
# The GENERATE_TODOLIST tag can be used to enable (YES) or
# disable (NO) the todo list. This list is created by putting \todo