summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-15 20:06:11 +0000
committerChris Lattner <sabre@nondot.org>2004-11-15 20:06:11 +0000
commitcc93ee5b457ad7fd711778d2caa2982800d08681 (patch)
tree3ac359fa670ad21a80a555d2111f0ccc095c1625 /llvm/docs/CommandGuide
parenta8e17189323049610ec6f281ef29ad2a7a981494 (diff)
downloadbcm5719-llvm-cc93ee5b457ad7fd711778d2caa2982800d08681.tar.gz
bcm5719-llvm-cc93ee5b457ad7fd711778d2caa2982800d08681.zip
Bump version. Shouldn't this come from somewhere else??
llvm-svn: 17839
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index 363d9f2211e..e6cd3ea79da 100644
--- a/llvm/docs/CommandGuide/Makefile
+++ b/llvm/docs/CommandGuide/Makefile
@@ -13,7 +13,7 @@ html/%.html: %.pod
--podpath=. --noindex --infile=$< --outfile=$@
man/man1/%.1: %.pod
- pod2man --release=1.3 --center="LLVM Command Guide" $< $@
+ pod2man --release=1.4 --center="LLVM Command Guide" $< $@
ps/%.ps: man/man1/%.1
groff -Tps -man $< > $@
OpenPOWER on IntegriCloud