diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-09 22:04:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-09 22:04:07 +0000 |
commit | ee43e2bd57f8462ad2271f2593cad7b662e0f889 (patch) | |
tree | 299e377ec4af742d871d370b10536b2b2770f083 /man | |
parent | common to name the license terms as "COPYING" (diff) | |
download | pax-utils-ee43e2bd57f8462ad2271f2593cad7b662e0f889.tar.gz pax-utils-ee43e2bd57f8462ad2271f2593cad7b662e0f889.tar.bz2 pax-utils-ee43e2bd57f8462ad2271f2593cad7b662e0f889.zip |
add a note about needing ~app-text/docbook-xml-dtd-4.4
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile index 2a81514..77842e9 100644 --- a/man/Makefile +++ b/man/Makefile @@ -2,6 +2,7 @@ all: man XMLTO_FLAGS_man = -x custom.xsl man pdf txt xhtml xhtml-nochunks: + @echo "If this fails, you probably need to emerge ~app-text/docbook-xml-dtd-4.4" xmlto $@ $(XMLTO_FLAGS_$@) pax-utils.docbook clean distclean: |