aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $< > $@