summaryrefslogtreecommitdiffstats
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
parent91ef2bed8fabeb6de81a4a1562607617d91802d5 (diff)
documentation build fixes
git-svn-id: file:///home/lennart/svn/public/seppl/trunk@8 91a2fd9b-5dcb-0310-a70a-d71e310228e6
-rw-r--r--Makefile.am23
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am2
3 files changed, 25 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 807434f..4cfa711 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,4 +18,25 @@
# This Makefile is NOT created by automake!
-SUBDIRS=kernel libs utils conf
+EXTRA_DIST = bootstrap.sh README LICENSE
+SUBDIRS=kernel libs utils conf doc
+
+MAINTAINERCLEANFILES = README
+noinst_DATA = README
+
+README:
+ rm -f README
+ $(MAKE) -C doc README
+ ln -sf doc/README README
+
+homepage: dist
+ test -d $$HOME/homepage/lennart
+ mkdir -p $$HOME/homepage/lennart/projects/seppl
+ cp *.tar.gz $$HOME/homepage/lennart/projects/seppl
+ cp doc/README.html doc/style.css $$HOME/homepage/lennart/projects/seppl
+ cp $$HOME/homepage/lennart/projects/seppl/README.html $$HOME/homepage/lennart/projects/seppl/index.html
+
+distcleancheck:
+ @:
+
+.PHONY: homepage distcleancheck
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
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a3f55c7..551aaee 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -17,7 +17,7 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
noinst_DATA = README.html README
-EXTRA_DIST = $(noinst_DATA) style.css README.html.in
+EXTRA_DIST = $(noinst_DATA) style.css README.html.in TODO
MAINTAINERCLEANFILES = README README.html
CLEANFILES =