summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-22 23:24:13 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-22 23:24:13 +0000
commit88acb0a4ed2bfad594e2f4ccd34f0c26f94fb663 (patch)
tree6e526b087a09f0c259c57c3b1da3674a4e3975c1 /doc
parentfda372d1dd8bdf57d48ae65f9d081e72677655f3 (diff)
bootstrap.sh fixes
minor fixes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@45 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/doxygen.conf.in2
2 files changed, 1 insertions, 2 deletions
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