2006-09-08 German Poo-Caaman~o <gpoo@ubiobio.cl>
author"German Poo-Caaman~o <gpoo@ubiobio.cl>"
Fri, 08 Sep 2006 11:24:34 -0400
changeset 2 a11aa511a545
parent 1 52d161ada41e
child 3 6030f20cb183
2006-09-08 German Poo-Caaman~o <gpoo@ubiobio.cl> * ChangeLog: Added itself.
ChangeLog
Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ChangeLog	Fri Sep 08 11:24:34 2006 -0400
@@ -0,0 +1,28 @@
+2006-09-08  German Poo-Caaman~o <gpoo@ubiobio.cl>
+
+	* ChangeLog: Added itself.
+
+2006-09-07  German Poo-Caaman~o <gpoo@ubiobio.cl>
+
+	* stylesheets/programming-guidelines.css:
+	  Added a clause for "symbol".
+	* programming-guidelines.xml: 
+	  - Fixed a lot typos.
+	  - Translate the missings paragraphs.
+	  - Changed to document to first person, in order to get a
+	    compromise with the reader.
+	
+2006-09-07  German Poo-Caaman~o <gpoo@ubiobio.cl>
+
+	* Makefile:
+	* programming-guidelines.xml:
+	* stylesheets/README
+	* stylesheets/devhelp.xsl
+	* stylesheets/home.png
+	* stylesheets/left.png
+	* stylesheets/librognome-html.xsl
+	* stylesheets/programming-guidelines.css:
+	* stylesheets/right.png:
+	* stylesheets/up.png:
+	* ChangeLog: Initial version.
+
--- a/Makefile	Fri Sep 08 10:46:48 2006 -0400
+++ b/Makefile	Fri Sep 08 11:24:34 2006 -0400
@@ -9,11 +9,12 @@
 articulo: $(SGML_FILES)
 	 xsltproc --stringparam gtkdoc.bookname $(PACKAGE) \
 	          --stringparam html.stylesheet $(PACKAGE).css \
-	          --output html/index.html \
+	          --output programming-guidelines/index.html \
 	          $(STYLESHEET) \
 	          programming-guidelines.xml
 	cp -a stylesheets/*.png html
 	cp -a stylesheets/$(PACKAGE).css html
 
 clean: 
-	rm -rf html/*
+	rm -rf programming-guidelines/*
+	rmdir programming-guidelines