From 67779aa2c1069e4fa9daa1a39750093c80afbb87 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 8 Feb 2004 20:17:59 +0000 Subject: minor fixes git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@99 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1fa95d9..8209eda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # along with ifplugd; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -EXTRA_DIST=bootstrap.sh README LICENSE ifplugd.spec +EXTRA_DIST=bootstrap.sh README LICENSE ifplugd.spec ifplugd.spec.in SUBDIRS=src man conf doc patches MAINTAINERCLEANFILES = README ifplugd.spec @@ -25,7 +25,7 @@ noinst_DATA = README ifplugd.spec README: rm -f README $(MAKE) -C doc README - ln -s doc/README README + cd $(srcdir) && ln -s doc/README README homepage: all dist test -d $$HOME/homepage/lennart @@ -34,7 +34,6 @@ homepage: all dist 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 - distcleancheck: @: -- cgit