summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-20 06:24:16 +0000
committerChris Lattner <sabre@nondot.org>2006-04-20 06:24:16 +0000
commit171db236e516270ea754cc55bb94eb84b3786a22 (patch)
treefeac72c7dca569abafe44c7ee9ee48aa761bba3a /llvm/docs/CommandGuide
parenta23665ee78e38b580d58ed1938ea260b8d54c5db (diff)
downloadbcm5719-llvm-171db236e516270ea754cc55bb94eb84b3786a22.tar.gz
bcm5719-llvm-171db236e516270ea754cc55bb94eb84b3786a22.zip
Don't hardcode in 1.5 for the website, just use 'CVS'.
llvm-svn: 27870
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index d25f4cbee4d..440d538af55 100644
--- a/llvm/docs/CommandGuide/Makefile
+++ b/llvm/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 $< > $@
OpenPOWER on IntegriCloud