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 | 68681531237d6a2e39d16f40331eed35c77f418e (patch) | |
tree | 918414700ab47ece5f4361f9fdd518a9005f417e /docs/CommandGuide | |
parent | 6c787d83d3557c15994c2050246e459fdabad55f (diff) |
Don't hardcode in 1.5 for the website, just use 'CVS'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index d25f4cbee4..440d538af5 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 $< > $@ |