Bump version. Shouldn't this come from somewhere else??
authorChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 20:06:11 +0000 (20:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 20:06:11 +0000 (20:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17839 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/Makefile

index 363d9f2211e519ab9987f25ebadf3611969f453f..e6cd3ea79da5d0aa1605e46240306d840cdbd3d7 100644 (file)
@@ -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 $< > $@