From 4be15af9536e910783ad1e25cc1a06f421c1b6f4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 20 Apr 2006 06:24:16 +0000 Subject: [PATCH] Don't hardcode in 1.5 for the website, just use 'CVS'. llvm-svn: 27870 --- docs/CommandGuide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index d25f4cbee4d..440d538af55 100644 --- a/docs/CommandGuide/Makefile +++ b/docs/CommandGuide/Makefile @@ -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 $< > $@