summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-09-13 00:20:42 +0000
committerLennart Poettering <lennart@poettering.net>2003-09-13 00:20:42 +0000
commitfb9d6daef0339b7a38ec35c0f7bbc0b5d937d413 (patch)
tree8dfdfe37f87e197703f1e9c6c25a43033834d723 /man
parentdcb6d396e7ad11f0b7a34de9d84826127d683307 (diff)
futher build system updates
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@40 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am6
-rw-r--r--man/ifplugd.8.xml.in2
-rw-r--r--man/ifstatus.8.xml.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 1f18593..4674296 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -25,12 +25,12 @@ if USE_XMLTOMAN
CLEANFILES = $(man_MANS)
ifplugd.8: ifplugd.8.xml.in Makefile
- sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
+ sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< | xmltoman - > $@
ifplugd.conf.5: ifplugd.conf.5.xml.in Makefile
- sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
+ sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< | xmltoman - > $@
ifstatus.8: ifstatus.8.xml.in Makefile
- sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
+ sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< | xmltoman - > $@
endif
diff --git a/man/ifplugd.8.xml.in b/man/ifplugd.8.xml.in
index 8c2710a..ed5dddd 100644
--- a/man/ifplugd.8.xml.in
+++ b/man/ifplugd.8.xml.in
@@ -263,7 +263,7 @@
<p>ifplugd was written by Lennart Poettering
&lt;@PACKAGE_BUGREPORT@&gt;. ifplugd is available
at <url
- href="http://www.stud.uni-hamburg.de/users/lennart/projects/ifplugd/"/>
+ href="@PACKAGE_URL@"/>
</p>
</section>
diff --git a/man/ifstatus.8.xml.in b/man/ifstatus.8.xml.in
index 85bc127..6de6433 100644
--- a/man/ifstatus.8.xml.in
+++ b/man/ifstatus.8.xml.in
@@ -97,7 +97,7 @@
<p>ifplugd was written by Lennart Poettering
&lt;@PACKAGE_BUGREPORT@&gt;. ifplugd is available
at <url
- href="http://www.stud.uni-hamburg.de/users/lennart/projects/ifplugd/"/>
+ href="@PACKAGE_URL@"/>
</p>
</section>