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

Misha Brukman brukman at cs.uiuc.edu
Fri May 14 15:29:03 PDT 2004


Changes in directory llvm/docs/CommandGuide:

Makefile updated: 1.2 -> 1.3

---
Log message:

Rename "User's Guide" to "Command Guide" to be consistent with current scheme.


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

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





More information about the llvm-commits mailing list