Don't hardcode in 1.5 for the website, just use 'CVS'.
llvm-svn: 27870
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index d25f4cb..440d538 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.5 --center="LLVM Command Guide" $< $@
+ pod2man --release=CVS --center="LLVM Command Guide" $< $@
ps/%.ps: man/man1/%.1
groff -Tps -man $< > $@