diff options
Diffstat (limited to 'docs/tools')
-rw-r--r-- | docs/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/Makefile b/docs/tools/Makefile index 90eb7768f5..a1bbbcc920 100644 --- a/docs/tools/Makefile +++ b/docs/tools/Makefile @@ -66,7 +66,7 @@ $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir --podpath=. --infile=$< --outfile=$@ --title=$* $(DST_MAN_DIR)%.1: %.pod $(DST_MAN_DIR)/.dir - pod2man --release "clang 1.0" --center="Clang Tools Documentation" $< $@ + pod2man --release "clang 1.1" --center="Clang Tools Documentation" $< $@ $(DST_PS_DIR)%.ps: $(DST_MAN_DIR)%.1 $(DST_PS_DIR)/.dir groff -Tps -man $< > $@ |