Don't hardcode in 1.5 for the website, just use 'CVS'.

llvm-svn: 27870
This commit is contained in:
Chris Lattner 2006-04-20 06:24:16 +00:00
parent 758a144e77
commit 4be15af953

View 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 $< > $@