Skip to content

Commit c1dd9b6

Browse files
author
John Criswell
committed
Updated for LLVM 1.5.
llvm-svn: 22117
1 parent 8e6ae64 commit c1dd9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CommandGuide/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ html/%.html: %.pod
3030
--podpath=. --noindex --infile=$< --outfile=$@ --title=$*
3131

3232
man/man1/%.1: %.pod
33-
pod2man --release=1.4 --center="LLVM Command Guide" $< $@
33+
pod2man --release=1.5 --center="LLVM Command Guide" $< $@
3434

3535
ps/%.ps: man/man1/%.1
3636
groff -Tps -man $< > $@

0 commit comments

Comments
 (0)