summaryrefslogtreecommitdiffstats
path: root/clang/docs/tools
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-06 00:10:37 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-06 00:10:37 +0000
commit94fa27171b177b76e50d348e3d2a42c9c7909671 (patch)
tree2a47d344aff83f68efc1d86a5d5e52986ece30aa /clang/docs/tools
parenta16904bc41dcda23a9af2ef26355b74958340b56 (diff)
downloadbcm5719-llvm-94fa27171b177b76e50d348e3d2a42c9c7909671.tar.gz
bcm5719-llvm-94fa27171b177b76e50d348e3d2a42c9c7909671.zip
Override some pod2man defaults.
llvm-svn: 71045
Diffstat (limited to 'clang/docs/tools')
-rw-r--r--clang/docs/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/tools/Makefile b/clang/docs/tools/Makefile
index c56c4f89839..48a4e704ade 100644
--- a/clang/docs/tools/Makefile
+++ b/clang/docs/tools/Makefile
@@ -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 $< > $@
OpenPOWER on IntegriCloud