diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-17 22:21:03 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-17 22:21:03 +0200 |
commit | 1c8754c2fc67e6bafd92af8cb964661e858c6f41 (patch) | |
tree | d8edcbf8dd0034c84dddf07ad2a313e6d0605e4e /buildlib | |
parent | 335e2c82afc5ddb305c9e36fac17a024d7dc9c3f (diff) |
* doc/makefile:
- build manpages with the correct l10n.gentext.default.language setting
to get the correct section titles provided by docbook
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/po4a_manpage.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/po4a_manpage.mak b/buildlib/po4a_manpage.mak index 404bb57a5..5814180d8 100644 --- a/buildlib/po4a_manpage.mak +++ b/buildlib/po4a_manpage.mak @@ -16,7 +16,7 @@ INCLUDES = apt.ent apt-verbatim.ent # Do not use XMLTO, build the manpages directly with XSLTPROC ifdef XSLTPROC -STYLESHEET=../manpage-style.xsl +STYLESHEET=manpage-style.xsl LOCAL := po4a-manpage-$(firstword $(SOURCE)) $(LOCAL)-LIST := $(SOURCE) |