ppcrcd/trunk: Makefile doc/gendoc.pl doc/index.html doc/page_head.html

sparky cvs at pld-linux.org
Sat Mar 18 15:25:22 CET 2006


Author: sparky
Date: Sat Mar 18 15:25:17 2006
New Revision: 7217

Modified:
   ppcrcd/trunk/Makefile
   ppcrcd/trunk/doc/gendoc.pl
   ppcrcd/trunk/doc/index.html
   ppcrcd/trunk/doc/page_head.html
Log:
- make it valid HTML 4.01 Transitional


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Sat Mar 18 15:25:17 2006
@@ -263,7 +263,7 @@
 		$(BCOND-$(notdir $@)) $(BCOND)
 	sleep 1 && touch $@
 
-out/docs/%.html:	doc/README.% conf.dir
+out/docs/%.html:	doc/README.% conf.dir doc/gendoc.pl
 	@mkdir -p out/docs
 	./doc/gendoc.pl $< > $@
 
@@ -307,7 +307,7 @@
 	md5sum out/ppcrcd.iso | awk '{print $$1}' >> $@.work/index.html
 	echo '</p><h3>Installed packages</h3><pre>' >> $@.work/index.html
 	make --no-print-directory info >> $@.work/index.html
-	echo '</pre></body></html>'
+	echo '</pre></body></html>' >> $@.work/index.html
 	chmod -R a+rX $@.work
 	mv -f $@{.work,}
 	touch $@

Modified: ppcrcd/trunk/doc/gendoc.pl
==============================================================================
--- ppcrcd/trunk/doc/gendoc.pl	(original)
+++ ppcrcd/trunk/doc/gendoc.pl	Sat Mar 18 15:25:17 2006
@@ -113,10 +113,13 @@
 
 my $content = adddoc(shift @ARGV);
 print <<EOF;
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+   "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 	<head>
+		<meta http-equiv="Content-type" content="text/html; Charset=ISO-8859-1">
 		<title>$title</title>
-		<style>
+		<style type="text/css">
 			pre	{
 				padding: 5px;
 				border: 1px dashed #909090;

Modified: ppcrcd/trunk/doc/index.html
==============================================================================
--- ppcrcd/trunk/doc/index.html	(original)
+++ ppcrcd/trunk/doc/index.html	Sat Mar 18 15:25:17 2006
@@ -1,6 +1,10 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+   "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 	<head>
 		<title>some ppcrcd README files</title>
+		<meta http-equiv="Content-type" content="text/html; Charset=ISO-8859-1">
 	</head>
 	<body>
 		<h1>some ppcrcd README files</h1>

Modified: ppcrcd/trunk/doc/page_head.html
==============================================================================
--- ppcrcd/trunk/doc/page_head.html	(original)
+++ ppcrcd/trunk/doc/page_head.html	Sat Mar 18 15:25:17 2006
@@ -1,14 +1,16 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+   "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
 	<title>PPCRCD - PowerPC RescueCD</title>
-	<style>
+	<style type="text/css">
 		pre	{
 			padding: 5px;
 			border: 1px dashed #909090;
 		}
 	</style>
+	<meta http-equiv="Content-type" content="text/html; Charset=ISO-8859-1">
 </head>
-
 <body>
 	<h3>PPCRCD - PLD Linux Distribution based RescueCD for PowerPC computers.</h3>
 	<p>


More information about the pld-cvs-commit mailing list