diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-15 20:06:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-15 20:06:11 +0000 |
commit | cc93ee5b457ad7fd711778d2caa2982800d08681 (patch) | |
tree | 3ac359fa670ad21a80a555d2111f0ccc095c1625 /llvm/docs/CommandGuide | |
parent | a8e17189323049610ec6f281ef29ad2a7a981494 (diff) | |
download | bcm5719-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/Makefile | 2 |
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 $< > $@ |