diff options
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) |