Changes in directory llvm/docs/CommandGuide:

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

Don't hardcode in 1.5 for the website, just use 'CVS'.


---
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.14 
llvm/docs/CommandGuide/Makefile:1.15
--- llvm/docs/CommandGuide/Makefile:1.14        Wed May 18 14:43:25 2005
+++ llvm/docs/CommandGuide/Makefile     Thu Apr 20 01:24:16 2006
@@ -30,7 +30,7 @@
          --podpath=. --noindex --infile=$< --outfile=$@ --title=$*
 
 man/man1/%.1: %.pod
-       pod2man --release=1.5 --center="LLVM Command Guide" $< $@
+       pod2man --release=CVS --center="LLVM Command Guide" $< $@
 
 ps/%.ps: man/man1/%.1
        groff -Tps -man $< > $@



_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to