From: Elio C. G. <el...@us...> - 2004-09-15 20:09:06
|
Update of /cvsroot/davinci/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24781 Modified Files: README Log Message: Major rewrite. Includes new makefile usage and where to get tools. Index: README =================================================================== RCS file: /cvsroot/davinci/docs/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 13 Sep 2004 20:46:33 -0000 1.1 --- README 15 Sep 2004 20:08:53 -0000 1.2 *************** *** 1,5 **** ! To Generate a HTML: ! xsltproc -o AboutPlugins.html xsl/tldp-one-page.xsl AboutPlugins.xml - To Generate a PDF: - ~/fop-0.20.5/fop.sh -xml AboutPlugins.xml -xsl xsl/fo/tldp-print.xsl -pdf AboutPlugins.pdf --- 1,27 ---- ! $Date$ ! ! Here you can find all documentation available for DaVinci in docbook format. ! For your convenience we also provide the XLS stylesheet to transform to other ! documents. ! ! Provided is also a Makefile capable of generating HTML, PDF and ManPages. To ! use it you'll need the xsltproc wich is part of GNOME, and Apache FOP available ! at http://xml.apache.org/fop/. ! ! To generate all documentation in HTML format simply run ! make ! ! If this doen't work make sure that you have xsltproc installed and reachable. ! You can edit the Makefile to change the location modifing the XSLTPROC ! variable. ! ! Other possible invokations of this makefile are ! make html # Generate HTML ! make pdf # Generate PDF ! make manpages # Generate UNIX manpages ! make clean # Delete all generated html, pdf and manpages ! You can invoke make with a filename to generate it provided that there is an ! existing Docbook document. e.g. ! make about-plugins.html ! will proccess about-plugins.xml to generate about-plugins.html |