[staapl docs
tom@zwizwa.be**20080724130130] move ./doc/forth.tex ./doc/pic18-forth.tex
move ./doc/synth.tex ./doc/pic18-synth.tex
rmdir ./www/-
hunk ./doc/Makefile 3
-doc: staapl.html forth.pdf synth.pdf
+DOCS = staapl.html pic18-forth.pdf pic18-synth.pdf
+
+doc: $(DOCS)
hunk ./doc/Makefile 31
-PUBLISH_DOCS = staapl.html forth.pdf synth.pdf
hunk ./doc/Makefile 32
- $(RSYNC) scribble.css scribble-common.js $(PUBLISH_DOCS) giebrok:darcs/staapl/www/-/
+ $(RSYNC) scribble.css scribble-common.js $(DOCS) giebrok:www/zwizwa.be/archive/
hunk ./doc/staapl-blog.txt 1072
-http://zwizwa.be/staapl/-/staapl.html
+http://zwizwa.be/archive/staapl.html
hunk ./doc/staapl-blog.txt 1078
-http://zwizwa.be/staapl/-/forth.pdf
-http://zwizwa.be/staapl/-/synth.pdf
+http://zwizwa.be/archive/pic18-forth.pdf
+http://zwizwa.be/archive/pic18-synth.pdf
hunk ./www/index.html 37
- see here.
- The Forth dialect is is documented in two (DRAFT) papers: one
- specifically about Forth and the other
- about the test suite with an attitude,
- the Sheep sound synthesizer. Since this is
- a developer-oriented project with a lot of effort put into clean
- organization, I suggest looking at the source code to pierce through
- the top-layer of workflow glue. For the latest news, there is a
+ see here. The
+ Forth dialect is is documented in two (DRAFT) papers: one
+ specifically
+ about Forth
+ and the other about the test suite with an attitude,
+ the Sheep
+ sound synthesizer. Since this is a developer-oriented project with a
+ lot of effort put into clean organization, I suggest looking at the
+ source code to pierce through the top-layer of workflow glue. For
+ the latest news, there is a
hunk ./www/index.html 82
- developed for projects in collaboration
- with GOTO10.
+ developed for projects in collaboration GOTO10.