[llvm-commits] CVS: llvm-www/releases/1.5/docs/CommandGuide/Makefile index.html
John Criswell
criswell at cs.uiuc.edu
Wed May 18 09:03:21 PDT 2005
Changes in directory llvm-www/releases/1.5/docs/CommandGuide:
Makefile updated: 1.1 -> 1.2
index.html updated: 1.1 -> 1.2
---
Log message:
Updated from the new LLVM tarball.
---
Diffs of the changes: (+2 -2)
Makefile | 2 +-
index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-www/releases/1.5/docs/CommandGuide/Makefile
diff -u llvm-www/releases/1.5/docs/CommandGuide/Makefile:1.1 llvm-www/releases/1.5/docs/CommandGuide/Makefile:1.2
--- llvm-www/releases/1.5/docs/CommandGuide/Makefile:1.1 Wed May 18 09:33:32 2005
+++ llvm-www/releases/1.5/docs/CommandGuide/Makefile Wed May 18 11:02:37 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 $< > $@
Index: llvm-www/releases/1.5/docs/CommandGuide/index.html
diff -u llvm-www/releases/1.5/docs/CommandGuide/index.html:1.1 llvm-www/releases/1.5/docs/CommandGuide/index.html:1.2
--- llvm-www/releases/1.5/docs/CommandGuide/index.html:1.1 Wed May 18 09:33:33 2005
+++ llvm-www/releases/1.5/docs/CommandGuide/index.html Wed May 18 11:02:37 2005
@@ -140,7 +140,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/05/18 14:33:33 $
+ Last modified: $Date: 2005/05/18 16:02:37 $
</address>
</body>
More information about the llvm-commits
mailing list