CVS: examples makefile,1.15,1.16
Chris Liechti <[email protected]> Sat, 31 May 2008 09:40:01 -0700
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/examples
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7584/examples
Modified Files:
makefile
Log Message:
fix path handling with msys
Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/examples/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- makefile 14 Apr 2006 16:00:06 -0000 1.15
+++ makefile 31 May 2008 16:39:58 -0000 1.16
@@ -3,11 +3,16 @@
fet_spi_irq libraries i2c_spy stackcheck iostructures
#not yet completed: pc_keyboard
+ifndef MSYSCON
ifdef WINDIR
STYLESHEET := "$(shell cygpath -w `pwd`)/../docs/stylesheet.css"
else
STYLESHEET := "$(shell pwd)/../docs/stylesheet.css"
endif
+else
+STYLESHEET := "$(shell pwd)/../docs/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/