/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2014-03-28 21:31:12 UTC
  • Revision ID: teddy@recompile.se-20140328213112-2gldx4x8nlyy7era
Post-processing of man pages is no longer necessary.

* Makefile (DOCBOOKTOMAN): Remove call to MANPOST.
  (MANPOST): Remove.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        --param man.authors.section.enabled     0 \
86
86
        /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
87
87
        $(notdir $<); \
88
 
        $(MANPOST) $(notdir $@);\
89
88
        if locale --all 2>/dev/null | grep --regexp='^en_US\.utf8$$' \
90
89
        && type man 2>/dev/null; then LANG=en_US.UTF-8 MANWIDTH=80 \
91
90
        man --warnings --encoding=UTF-8 --local-file $(notdir $@); \
92
91
        fi >/dev/null)
93
 
# DocBook-to-man post-processing to fix a '\n' escape bug
94
 
MANPOST=$(SED) --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g'
95
92
 
96
93
DOCBOOKTOHTML=$(strip xsltproc --nonet --xinclude \
97
94
        --param make.year.ranges                1 \