summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-02-08 20:17:59 +0000
committerLennart Poettering <lennart@poettering.net>2004-02-08 20:17:59 +0000
commit67779aa2c1069e4fa9daa1a39750093c80afbb87 (patch)
treed376d075b6608aee07ad3c88c57cebbdfb551928 /Makefile.am
parent4dc176df00079270d164610dbe17b5e441c65c2b (diff)
minor fixes
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@99 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
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:
@: