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 --- doc/Makefile.am | 1 - doc/doxygen.conf.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') 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