summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 2740d76..5ec11e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am 7 2003-08-04 23:05:55Z lennart $
+# $Id$
# This file is part of syrep.
#
@@ -27,13 +27,11 @@ README:
$(MAKE) -C doc README
ln -s doc/README README
-homepage:
- $(MAKE) -C doc all
- $(MAKE) -C man all
+homepage: all
test -d $$HOME/homepage/lennart
mkdir -p $$HOME/homepage/lennart/projects/syrep
cp *.tar.gz $$HOME/homepage/lennart/projects/syrep
- cp doc/README.html doc/style.css man/syrep.1.xhtml man/man.css man/man.xsl $$HOME/homepage/lennart/projects/syrep
+ cp doc/README.html doc/style.css man/syrep.1.xtml man/man.css man/man.xsl $$HOME/homepage/lennart/projects/syrep
ln -sf $$HOME/homepage/lennart/projects/syrep/README.html $$HOME/homepage/lennart/projects/syrep/index.html
distcleancheck: