summaryrefslogtreecommitdiffstats
path: root/docs
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
commita3c078ee57ab7db1c525b7717edd4b739e4cbf9e (patch)
tree647a8dd03cddcd8921a02881d10e339e55a22b3d /docs
parent06b89124a9a5971a0528cc9da6817740bac43164 (diff)
Override some pod2man defaults.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71045 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/Makefile b/docs/tools/Makefile
index c56c4f8983..48a4e704ad 100644
--- a/docs/tools/Makefile
+++ b/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 $< > $@