diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-04 23:04:57 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-04 23:04:57 +0200 |
commit | fd4bd9029ee0fe03c18187cd11ae4576c5e47379 (patch) | |
tree | 81ce12ad8e71ddf45e7be52dd8ff2c513ae47bca /doc/makefile | |
parent | 45b4187829a147c5b9c9594d20407edbdaae7e91 (diff) |
apt-verbatim.ent is an INCLUDE file as well
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile index 0817821b6..df2ddb25f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -15,7 +15,7 @@ include $(DEBIANDOC_H) ifdef XSLTPROC # generate a list of accepted man page translations SOURCE = $(patsubst %.xml,%,$(wildcard *.?.xml)) -INCLUDES = apt.ent +INCLUDES = apt.ent apt-verbatim.ent STYLESHEET=manpage-style.xsl LOCAL := manpage-$(firstword $(SOURCE)) |