commit | e1a8120f52b87e7e366f2a5d2c93852cc936303f | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Wed May 18 19:43:33 2005 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Wed May 18 19:43:33 2005 +0000 |
tree | 9a9dad21159745332a35b8f2b93914e22ff1e663 | |
parent | 05deb04cb03990ac5c2c15c894b30699ef534ac7 [diff] [blame] |
Merged in release_15. llvm-svn: 22120
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile index 54f4cef..d25f4cb 100644 --- a/llvm/docs/CommandGuide/Makefile +++ b/llvm/docs/CommandGuide/Makefile
@@ -30,7 +30,7 @@ --podpath=. --noindex --infile=$< --outfile=$@ --title=$* man/man1/%.1: %.pod - pod2man --release=1.4 --center="LLVM Command Guide" $< $@ + pod2man --release=1.5 --center="LLVM Command Guide" $< $@ ps/%.ps: man/man1/%.1 groff -Tps -man $< > $@