diff options
Diffstat (limited to 'man/Makefile')
-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: |