aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-10 03:44:27 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-10 03:44:27 +0000
commitb6bc2e5e23b9f077f1cafdf6c53f301261ac5541 (patch)
treebea1545ef4723fece5048412ea594159677fc33b /man/Makefile
parentcut usage and insert note about required docbook packages (diff)
downloadpax-utils-b6bc2e5e23b9f077f1cafdf6c53f301261ac5541.tar.gz
pax-utils-b6bc2e5e23b9f077f1cafdf6c53f301261ac5541.tar.bz2
pax-utils-b6bc2e5e23b9f077f1cafdf6c53f301261ac5541.zip
add custom xsl fragment to eat newlines in linsts
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index 5acd642..36d4fad 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,7 +1,7 @@
man_XMANS = dumpelf.1 pspax.1 scanelf.1
all:
- xmlto man pax-utils.docbook
+ xmlto man -x custom.xsl pax-utils.docbook
distclean:
rm -f $(man_XMANS)