From 09c4755dd99c14548bef161624fcdcb3aaee13f2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 4 Jun 2005 19:44:24 +0000 Subject: homepage target update git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@125 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e000ed7..ed0fd4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ homepage: all dist mkdir -p $$HOME/homepage/private/projects/ifplugd cp ifplugd-@PACKAGE_VERSION@.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 + ln -sf README.html $$HOME/homepage/private/projects/ifplugd/index.html distcleancheck: @: -- cgit