[llvm-commits] CVS: llvm/docs/CommandGuide/Makefile

John Criswell criswell at cs.uiuc.edu
Wed May 18 12:44:31 PDT 2005



Changes in directory llvm/docs/CommandGuide:

Makefile updated: 1.13 -> 1.14
---
Log message:

Merged in release_15.



---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/docs/CommandGuide/Makefile
diff -u llvm/docs/CommandGuide/Makefile:1.13 llvm/docs/CommandGuide/Makefile:1.14
--- llvm/docs/CommandGuide/Makefile:1.13	Thu Feb 24 15:41:26 2005
+++ llvm/docs/CommandGuide/Makefile	Wed May 18 14:43:25 2005
@@ -30,7 +30,7 @@
 	  --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 $< > $@






More information about the llvm-commits mailing list