Commit c1dd9b66 authored by John Criswell's avatar John Criswell
Browse files

Updated for LLVM 1.5.

llvm-svn: 22117
parent 8e6ae641
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 $< > $@