Makefile
author "German Poo-Caaman~o <gpoo@ubiobio.cl>"
Fri, 08 Sep 2006 10:46:48 -0400
changeset 1 52d161ada41e
parent 0 7e52f5046fb6
child 2 a11aa511a545
permissions -rw-r--r--
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.

PACKAGE = programming-guidelines
STYLESHEET = stylesheets/librognome-html.xsl

SGML_FILES = \
	programming-guidelines.xml

all: articulo

articulo: $(SGML_FILES)
	 xsltproc --stringparam gtkdoc.bookname $(PACKAGE) \
	          --stringparam html.stylesheet $(PACKAGE).css \
	          --output html/index.html \
	          $(STYLESHEET) \
	          programming-guidelines.xml
	cp -a stylesheets/*.png html
	cp -a stylesheets/$(PACKAGE).css html

clean: 
	rm -rf html/*