CVS: docs makefile,1.6,1.7

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-serv27155/docs

Modified Files:
	makefile 
Log Message:
update for non cygwin environments


Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/docs/makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- makefile	19 Jan 2006 00:11:15 -0000	1.6
+++ makefile	14 Apr 2006 16:00:06 -0000	1.7
@@ -1,6 +1,10 @@
 .PHONY: all html pdf manual-html faq-html faq-pdf manual-pdf clean clean-workfiles FORCE
 
+ifdef WINDIR
 STYLESHEET := "$(shell cygpath -w `pwd`)/stylesheet.css"
+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 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.