summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-11-05 17:31:34 +0000
committerLennart Poettering <lennart@poettering.net>2003-11-05 17:31:34 +0000
commit5c1749381a2c531d5a33221746677d5e576c5d00 (patch)
tree6aa3c714f12c4197ad781ab35ce9728ab7134fbc /configure.ac
parent91ef2bed8fabeb6de81a4a1562607617d91802d5 (diff)
documentation build fixes
git-svn-id: file:///home/lennart/svn/public/seppl/trunk@8 91a2fd9b-5dcb-0310-a70a-d71e310228e6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d5e5ef7..090cf67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-# $Id: configure.ac 58 2003-10-20 21:57:59Z lennart $
+# $Id$
# This file is part of seppl.
#
@@ -144,5 +144,5 @@ fi
AM_CONDITIONAL([USE_XMLTOMAN], [test "x$xmltoman" = xyes])
-AC_CONFIG_FILES([kernel/Makefile libs/Makefile Makefile utils/Makefile conf/Makefile ]) # doc/Makefile doc/README.html])
+AC_CONFIG_FILES([kernel/Makefile libs/Makefile Makefile utils/Makefile conf/Makefile doc/Makefile doc/README.html])
AC_OUTPUT