diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-20 06:24:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-20 06:24:16 +0000 |
commit | 171db236e516270ea754cc55bb94eb84b3786a22 (patch) | |
tree | feac72c7dca569abafe44c7ee9ee48aa761bba3a /llvm/docs/CommandGuide | |
parent | a23665ee78e38b580d58ed1938ea260b8d54c5db (diff) | |
download | bcm5719-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/Makefile | 2 |
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 $< > $@ |