diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-15 20:06:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-15 20:06:11 +0000 |
commit | 998cd67d00e2c79e3981644a955e6d397750659c (patch) | |
tree | d6bb59129ced5dffae67ea75bd8c1ce3e20b171d /docs | |
parent | bbcb10f56e50c545484b760a664190dc212b9d83 (diff) | |
download | external_llvm-998cd67d00e2c79e3981644a955e6d397750659c.zip external_llvm-998cd67d00e2c79e3981644a955e6d397750659c.tar.gz external_llvm-998cd67d00e2c79e3981644a955e6d397750659c.tar.bz2 |
Bump version. Shouldn't this come from somewhere else??
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 363d9f2..e6cd3ea 100644 --- a/docs/CommandGuide/Makefile +++ b/docs/CommandGuide/Makefile @@ -13,7 +13,7 @@ html/%.html: %.pod --podpath=. --noindex --infile=$< --outfile=$@ man/man1/%.1: %.pod - pod2man --release=1.3 --center="LLVM Command Guide" $< $@ + pod2man --release=1.4 --center="LLVM Command Guide" $< $@ ps/%.ps: man/man1/%.1 groff -Tps -man $< > $@ |