Don't hardcode in 1.5 for the website, just use 'CVS'.
authorChris Lattner <sabre@nondot.org>
Thu, 20 Apr 2006 06:24:16 +0000 (06:24 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 Apr 2006 06:24:16 +0000 (06:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27870 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/Makefile

index d25f4cbee4da1c8fb46aa96fcd2137ab0561a1cc..440d538af559a1017153c958435978b9c31fa7c1 100644 (file)
@@ -30,7 +30,7 @@ html/%.html: %.pod
          --podpath=. --noindex --infile=$< --outfile=$@ --title=$*
 
 man/man1/%.1: %.pod
-       pod2man --release=1.5 --center="LLVM Command Guide" $< $@
+       pod2man --release=CVS --center="LLVM Command Guide" $< $@
 
 ps/%.ps: man/man1/%.1
        groff -Tps -man $< > $@