From 6f81258a90dd9813246a76ccb35c72255541f5e1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Apr 2004 17:53:25 +0000 Subject: update homepage git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@107 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8209eda..eeabc3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,11 +28,11 @@ README: cd $(srcdir) && ln -s doc/README README homepage: all dist - test -d $$HOME/homepage/lennart - mkdir -p $$HOME/homepage/lennart/projects/ifplugd - cp *.tar.gz $$HOME/homepage/lennart/projects/ifplugd - cp man/ifplugd.8.xml man/ifplugstatus.8.xml man/ifplugd.conf.5.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd doc/README.html doc/style.css doc/NEWS $$HOME/homepage/lennart/projects/ifplugd - cp $$HOME/homepage/lennart/projects/ifplugd/README.html $$HOME/homepage/lennart/projects/ifplugd/index.html + test -d $$HOME/homepage/private + mkdir -p $$HOME/homepage/private/projects/ifplugd + cp *.tar.gz $$HOME/homepage/private/projects/ifplugd + cp man/ifplugd.8.xml man/ifplugstatus.8.xml man/ifplugd.conf.5.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd doc/README.html doc/style.css doc/NEWS $$HOME/homepage/private/projects/ifplugd + cp $$HOME/homepage/private/projects/ifplugd/README.html $$HOME/homepage/private/projects/ifplugd/index.html distcleancheck: @: -- cgit