Tests for changes made in r45356, where IPO optimizations would drop
[oota-llvm.git] / docs / CommandGuide / Makefile
index 54f4cef1e134e2a9b003e87ff30661da07243286..440d538af559a1017153c958435978b9c31fa7c1 100644 (file)
@@ -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=CVS --center="LLVM Command Guide" $< $@
 
 ps/%.ps: man/man1/%.1
        groff -Tps -man $< > $@