CVS: examples makefile,1.14,1.15
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27155/examples
Modified Files:
makefile
Log Message:
update for non cygwin environments
Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/examples/makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- makefile 13 Mar 2006 18:22:34 -0000 1.14
+++ makefile 14 Apr 2006 16:00:06 -0000 1.15
@@ -3,7 +3,11 @@
fet_spi_irq libraries i2c_spy stackcheck iostructures
#not yet completed: pc_keyboard
+ifdef WINDIR
STYLESHEET := "$(shell cygpath -w `pwd`)/../docs/stylesheet.css"
+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 xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642