diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-10 03:44:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-10 03:44:27 +0000 |
commit | b6bc2e5e23b9f077f1cafdf6c53f301261ac5541 (patch) | |
tree | bea1545ef4723fece5048412ea594159677fc33b /man/Makefile | |
parent | cut usage and insert note about required docbook packages (diff) | |
download | pax-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/Makefile | 2 |
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) |