aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-05 02:44:30 +0000
committerMike Frysinger <vapier@gentoo.org>2010-01-05 02:44:30 +0000
commitf7150f48e2342e2c7349be720109e68c3c19c323 (patch)
tree7428456dc92e8b29ecfb5704161afcbaf035e485 /man
parentupdate scanmacho manpage, applying the same changes as for the scanelf manpage (diff)
downloadpax-utils-f7150f48e2342e2c7349be720109e68c3c19c323.tar.gz
pax-utils-f7150f48e2342e2c7349be720109e68c3c19c323.tar.bz2
pax-utils-f7150f48e2342e2c7349be720109e68c3c19c323.zip
use --skip-validation to work with newer xmlto packages
Diffstat (limited to 'man')
-rw-r--r--man/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index edaf252..40fc850 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,6 +1,6 @@
all: man
-XMLTO_FLAGS_man = -x custom.xsl
+XMLTO_FLAGS_man = -x custom.xsl --skip-validation
man pdf txt xhtml xhtml-nochunks:
@xmlto $@ $(XMLTO_FLAGS_$@) pax-utils.docbook || echo "If this failed, you probably need to emerge ~app-text/docbook-xml-dtd-4.4 app-text/xmlto dev-tex/xmltex"
clean distclean: