aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/Makefile
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-05-18 19:43:33 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-05-18 19:43:33 +0000
commit8bfe6a7e5f7d49d5472c6bb41d9f2e8c0a37645c (patch)
tree206c1df80b4a83f0b4b51eb4a5f213599e827d07 /docs/CommandGuide/Makefile
parent49fbff45685c21d7f42aca7a104fc841cdbd5d43 (diff)
downloadexternal_llvm-8bfe6a7e5f7d49d5472c6bb41d9f2e8c0a37645c.zip
external_llvm-8bfe6a7e5f7d49d5472c6bb41d9f2e8c0a37645c.tar.gz
external_llvm-8bfe6a7e5f7d49d5472c6bb41d9f2e8c0a37645c.tar.bz2
Merged in release_15.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/Makefile')
-rw-r--r--docs/CommandGuide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile
index 54f4cef..d25f4cb 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.4 --center="LLVM Command Guide" $< $@
+ pod2man --release=1.5 --center="LLVM Command Guide" $< $@
ps/%.ps: man/man1/%.1
groff -Tps -man $< > $@