From 7f05454744a73708181efc5b346c574f5b5fb293 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 30 Nov 2003 15:13:22 +0000 Subject: homepage fixes git-svn-id: file:///home/lennart/svn/public/syrep/trunk@47 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- Makefile.am | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 52441cf..575c227 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ homepage: all dist 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.xml man/man.css man/man.xsl $$HOME/homepage/lennart/projects/syrep + cp doc/README.html doc/style.css man/syrep.1.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd $$HOME/homepage/lennart/projects/syrep ln -sf $$HOME/homepage/lennart/projects/syrep/README.html $$HOME/homepage/lennart/projects/syrep/index.html distcleancheck: diff --git a/src/Makefile.am b/src/Makefile.am index 078fe48..de07fbc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am 7 2003-08-04 23:05:55Z lennart $ +# $Id$ # This file is part of syrep. # -- cgit