From 5c1749381a2c531d5a33221746677d5e576c5d00 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Nov 2003 17:31:34 +0000 Subject: documentation build fixes git-svn-id: file:///home/lennart/svn/public/seppl/trunk@8 91a2fd9b-5dcb-0310-a70a-d71e310228e6 --- Makefile.am | 23 ++++++++++++++++++++++- configure.ac | 4 ++-- doc/Makefile.am | 2 +- 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 = -- cgit