summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-25 15:33:40 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-25 15:33:40 +0000
commitf2a0cbcb17a2c8138a4e7808349fea12a705e7ba (patch)
treebd593db063a4f4ddec83accb1929695678e59479 /man
parent92629d8551b7b798ff35e5e4739f0cf47489dec8 (diff)
max fixes
git-svn-id: file:///home/lennart/svn/public/pam_dotfile/trunk@18 5391d09e-f7c1-0310-8aa1-84a1c93f5a38
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am4
-rw-r--r--man/pam-dotfile-gen.1.xml.in2
-rw-r--r--man/pam-dotfile-helper.8.xml.in3
3 files changed, 4 insertions, 5 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 78a8129..b51499c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -25,9 +25,9 @@ if USE_XMLTOMAN
CLEANFILES = $(man_MANS)
pam-dotfile-gen.1: pam-dotfile-gen.1.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_URL\@,$(PACKAGE_URL),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
pam-dotfile-helper.8: pam-dotfile-helper.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_URL\@,$(PACKAGE_URL),g' --e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' $< | xmltoman - > $@
endif
diff --git a/man/pam-dotfile-gen.1.xml.in b/man/pam-dotfile-gen.1.xml.in
index ff2a986..67a90f5 100644
--- a/man/pam-dotfile-gen.1.xml.in
+++ b/man/pam-dotfile-gen.1.xml.in
@@ -78,7 +78,7 @@
<section name="Author">
<p>pam-dotfile was written by Lennart Poettering
&lt;@PACKAGE_BUGREPORT@&gt;. pam-dotfile is available
- at <url href="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"/> </p>
+ at <url href="@PACKAGE_URL@"/> </p>
</section>
<section name="Comments">
diff --git a/man/pam-dotfile-helper.8.xml.in b/man/pam-dotfile-helper.8.xml.in
index c47f0ea..9c687e4 100644
--- a/man/pam-dotfile-helper.8.xml.in
+++ b/man/pam-dotfile-helper.8.xml.in
@@ -48,8 +48,7 @@
<section name="Author">
<p>pam-dotfile was written by Lennart Poettering
&lt;@PACKAGE_BUGREPORT@&gt;. pam-dotfile is available
- at <url
- href="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"/>
+ at <url href="@PACKAGE_URL@"/>
</p>
</section>