CVS: docs makefile,1.3,1.4
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24773/docs Modified Files: makefile Log Message: make targets to create the eclipse.org net.sf.mspgcc.help plugin docs Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/docs/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -d -r1.3 -r1.4 --- makefile 27 Nov 2003 03:46:52 -0000 1.3 +++ makefile 27 Sep 2004 00:34:05 -0000 1.4 @@ -1,4 +1,4 @@ -.PHONY: all html pdf manual-html faq-html faq-pdf manual-pdf clean clean-workfiles +.PHONY: all html pdf manual-html faq-html faq-pdf manual-pdf clean clean-workfiles FORCE all: html pdf html: manual-html faq-html @@ -29,6 +29,19 @@ rm -f mspgcc-manual.aux mspgcc-manual.log mspgcc-manual.out mspgcc-manual.tex rm -f faq.aux faq.log faq.out faq.tex +htmldir: + mkdir -p html + +faq-eclipse: FORCE htmldir + xsltproc --stringparam base.dir html/faq/ --stringparam html.stylesheet ../styles.css /usr/share/xml/docbook/stylesheet/nwalsh/eclipse/eclipse.xsl faq.xml + mv toc.xml toc-faq.xml + +manual-eclipse: FORCE htmldir + xsltproc --stringparam base.dir html/manual/ --stringparam html.stylesheet ../styles.css /usr/share/xml/docbook/stylesheet/nwalsh/eclipse/eclipse.xsl mspgcc-manual.xml + mv toc.xml toc-manual.xml + clean: clean-workfiles rm -f mspgcc-manual.pdf faq.pdf rm -rf faq manual + +FORCE: \ No newline at end of file ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php