]> granicus.if.org Git - clang/commitdiff
Override some pod2man defaults.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 6 May 2009 00:10:37 +0000 (00:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 6 May 2009 00:10:37 +0000 (00:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71045 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tools/Makefile

index c56c4f89839975cb1c6fc315632c8fc00d7cc5af..48a4e704adec477ae49abab004dbde52f46bbe10 100644 (file)
@@ -66,7 +66,7 @@ $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir
          --podpath=. --noindex --infile=$< --outfile=$@ --title=$*
 
 $(DST_MAN_DIR)%.1: %.pod $(DST_MAN_DIR)/.dir
-       pod2man $< $@
+       pod2man --release "clang 1.0" --center="Clang Tools Documentation" $< $@
 
 $(DST_PS_DIR)%.ps: $(DST_MAN_DIR)%.1 $(DST_PS_DIR)/.dir
        groff -Tps -man $< > $@