CVS: examples README.txt,1.4,1.5 makefile,1.12,1.13

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-serv23682/examples

Modified Files:
	README.txt makefile 
Log Message:
- impoved doc file that is installed
- better stylesheet
- msvcrt lib hint better visible in readme

Index: README.txt
===================================================================
RCS file: /cvsroot/mspgcc/examples/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- README.txt	5 Jan 2006 01:35:09 -0000	1.4
+++ README.txt	19 Jan 2006 00:11:16 -0000	1.5
@@ -1,10 +1,10 @@
-mspgcc Examples
+MSPGCC Examples
 ===============
 
-Some of the examples are ported from TIs examples, others are part of mspgcc.
+Some of the examples are ported from TIs examples, others are part of MSPGCC.
 
 
-mspgcc examples
+MSPGCC examples
 ---------------
 Most examples are covered by a license_. See also the individual readmes in
 the respective folders.
@@ -12,7 +12,7 @@
 Applications
 ~~~~~~~~~~~~
 i2c_spy_
-    This Program implements a I2C spy in software. The I2C data is logged
+    This program implements a I2C spy in software. The I2C data is logged
     as hex dump over the serial port. No hardware support for the I2C is
     needed, which means this application can run a F123.
 
@@ -55,7 +55,7 @@
 
 libraries_
     This folder contains several examples that use the libmspgcc or libspi
-    libraries, that are included with mspgcc.
+    libraries, that are included with MSPGCC.
 
 rawsources_
     A collection of functions.
@@ -73,7 +73,7 @@
     A cooperative multitasking kernel.
 
 tcpip_
-    The easyweb example from slaa137 ported for mspgcc.
+    The easyweb example from slaa137 ported for MSPGCC.
 
 video_
     Video games using a F1121, 2 resitors, a crystal, and a joystick.
@@ -103,13 +103,13 @@
 
 The examples in the directories beginning slac are the examples from the
 similarly named packages of examples available at the Texas Instruments web
-site. These copies have been adapted for the mspgcc compiler. This means:
+site. These copies have been adapted for the MSPGCC compiler. This means:
 
 - The interrupt routines are defined slightly differently, to suit the
   syntax of GCC,
 - The main routines are now defined as ``int main(void)``
-- The headers io.h and signal.h are included, instead of the device specific
-  headers used in the original packages.
+- The headers ``io.h`` and ``signal.h`` are included, instead of the device
+  specific headers used in the original packages.
 - Make files have been added. The original Texas Instruments example packages
   do not include make files.
 

Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/examples/makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- makefile	5 Jan 2006 01:35:09 -0000	1.12
+++ makefile	19 Jan 2006 00:11:16 -0000	1.13
@@ -10,6 +10,8 @@
 export RST2HTML
 export HTMLOPT
 
+.PHONY: clean clean-doc doc dist all
+
 all: doc
 
 %.html: %.txt



-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&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.