CVS: examples/libraries README.txt,1.3,1.4 makefile,1.1,1.2

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/examples/libraries
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28564/examples/libraries

Modified Files:
	README.txt makefile 
Log Message:
- update readmes
- build the HTML docs using docutils

Index: README.txt
===================================================================
RCS file: /cvsroot/mspgcc/examples/libraries/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- README.txt	27 Dec 2005 22:52:28 -0000	1.3
+++ README.txt	5 Jan 2006 01:35:09 -0000	1.4
@@ -9,11 +9,11 @@
     Shows how to set up and use the eventhandler and scheduler in a
     minimal example.
 
-fll
+fll_
     Demonstrating ``fll_adjust()`` from libmspgcc.
 
 
-spi
+spi_
     Showing the basic usage of libspi.
 
 
@@ -25,3 +25,5 @@
 chris
 
 .. _license.txt: ../license.html
+.. _fll: fll/README.html
+.. _spi: spi/README.html
\ No newline at end of file

Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/examples/libraries/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- makefile	4 Jan 2006 00:03:05 -0000	1.1
+++ makefile	5 Jan 2006 01:35:09 -0000	1.2
@@ -1,5 +1,13 @@
 PROJECTS = eventhandler fll spi
 
-.PHONY: clean
-clean:
+.PHONY: clean clean-doc
+clean: clean-doc
 	for d in $(PROJECTS); do if [ -f makefile -o -f Makefile ]; then make -C $$d clean; fi; done
\ No newline at end of file
+
+clean-doc:
+	for d in $(PROJECTS); do if [ -f $$d/README.txt ]; then  rm -f $$d/README.html; fi; done
+
+doc:
+	for d in $(PROJECTS); do \
+            if [ -f $$d/README.txt ]; then  $(RST2HTML) $(HTMLOPT) $$d/README.txt $$d/README.html; fi;\
+        done



-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
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.