CVS: docs makefile,1.7,1.8
Chris Liechti <[email protected]> Sat, 31 May 2008 09:40:00 -0700
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/docs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7584/docs Modified Files: makefile Log Message: fix path handling with msys Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/docs/makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -d -r1.7 -r1.8 --- makefile 14 Apr 2006 16:00:06 -0000 1.7 +++ makefile 31 May 2008 16:39:58 -0000 1.8 @@ -1,10 +1,17 @@ .PHONY: all html pdf manual-html faq-html faq-pdf manual-pdf clean clean-workfiles FORCE + +ifndef MSYSCON ifdef WINDIR STYLESHEET := "$(shell cygpath -w `pwd`)/stylesheet.css" else STYLESHEET := "$(shell pwd)/stylesheet.css" endif +else +STYLESHEET := "$(shell pwd)/stylesheet.css" +endif + + RST2HTML = python -c "from docutils.core import publish_cmdline; publish_cmdline(writer_name='html')" HTMLOPT = --stylesheet=$(STYLESHEET) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/