CVS: docs documentation.txt,NONE,1.1 makefile,1.4,1.5
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-serv4582/docs Modified Files: makefile Added Files: documentation.txt Log Message: - build the HTML docs using docutils - add a file that is installed by the windows setup and linked from the startmenu --- NEW FILE: documentation.txt --- mspgcc Documentation ==================== mspgcc Manual and FAQ in the PDF format --------------------------------------- - mspgcc-manual_ - mspgcc-faq_ Official binutils and GCC manuals --------------------------------- - GCC Manuals: - for the C compiler: http://gcc.gnu.org/onlinedocs/gcc-3.2.3/gcc/ - for the preprocessor: http://gcc.gnu.org/onlinedocs/gcc-3.2.3/cpp/ - Binutils manual: http://sourceware.org/binutils/docs-2.16/ Examples -------- mspgcc comes with a number of examples. Read more here_ .. _here: ../examples/README.html Other documents --------------- - The licence_ that was displayed by the installer. - README-msp430-binutils.txt_ - README-msp430-bsl.txt_ - README-msp430-gcc.txt_ - README-msp430-gdb.txt_ - README-msp430-gdbproxy.txt_ - README-msp430-jtag.txt_ - README-msp430-libc.txt_ Version information: stamp.txt_ Links ----- - http://www.gnu.org - http://gcc.gnu.org - http://www.gnu.org/software/binutils/ - http://mspgcc.sourceforge.net - http://mspgcc.sourceforge.net/baudrate.html - http://mspgcc.sourceforge.net/assemble.html - http://www.ti.com/msp430 - http://www.python.org .. These links are only valid when the file has been installed to the docs .. directory .. _mspgcc-manual: mspgcc-manual.pdf .. _mspgcc-faq: mspgcc-faq.pdf .. _licence: licence.txt .. _README-msp430-binutils.txt: README-msp430-binutils.txt .. _README-msp430-bsl.txt: README-msp430-bsl.txt .. _README-msp430-gcc.txt: README-msp430-gcc.txt .. _README-msp430-gdb.txt: README-msp430-gdb.txt .. _README-msp430-gdbproxy.txt: README-msp430-gdbproxy.txt .. _README-msp430-jtag.txt: README-msp430-jtag.txt .. _README-msp430-libc.txt: README-msp430-libc.txt .. _stamp.txt: stamp.txt Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/docs/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -d -r1.4 -r1.5 --- makefile 27 Sep 2004 00:34:05 -0000 1.4 +++ makefile 5 Jan 2006 02:05:12 -0000 1.5 @@ -1,6 +1,16 @@ .PHONY: all html pdf manual-html faq-html faq-pdf manual-pdf clean clean-workfiles FORCE -all: html pdf +STYLESHEET := "$(shell cygpath -w `pwd`)/stylesheet.css" +RST2HTML = python -c "from docutils.core import publish_cmdline; publish_cmdline(writer_name='html')" +HTMLOPT = --stylesheet=$(STYLESHEET) + +%.html: %.txt + $(RST2HTML) $(HTMLOPT) $< $@ + +all: documentation.html +#~ info.html tutorial.html + +dookbook-stuff: html pdf html: manual-html faq-html pdf: manual-pdf faq-pdf ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click