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

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 15 12:06:25 PST 2004



Changes in directory llvm/docs/CommandGuide:

Makefile updated: 1.3 -> 1.4
---
Log message:

Bump version.  Shouldn't this come from somewhere else??


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

Index: llvm/docs/CommandGuide/Makefile
diff -u llvm/docs/CommandGuide/Makefile:1.3 llvm/docs/CommandGuide/Makefile:1.4
--- llvm/docs/CommandGuide/Makefile:1.3	Fri May 14 15:29:11 2004
+++ llvm/docs/CommandGuide/Makefile	Mon Nov 15 14:06:11 2004
@@ -13,7 +13,7 @@
 		--podpath=. --noindex --infile=$< --outfile=$@
 
 man/man1/%.1: %.pod
-	pod2man --release=1.3 --center="LLVM Command Guide" $< $@
+	pod2man --release=1.4 --center="LLVM Command Guide" $< $@
 
 ps/%.ps: man/man1/%.1
 	groff -Tps -man $< > $@






More information about the llvm-commits mailing list