From 88acb0a4ed2bfad594e2f4ccd34f0c26f94fb663 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 22 Oct 2003 23:24:13 +0000 Subject: bootstrap.sh fixes minor fixes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@45 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- bootstrap.sh | 2 ++ doc/Makefile.am | 1 - doc/doxygen.conf.in | 2 +- 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 -- cgit