summaryrefslogtreecommitdiff
path: root/doc/tutorial/Makefile
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-08-16 16:18:54 +0000
committeraarne <aarne@cs.chalmers.se>2007-08-16 16:18:54 +0000
commit6234e536f63e3e803286b94cee8a0e0a3adcdcb2 (patch)
tree76151e2a18d5dc2e724f99b066860b4cb7897240 /doc/tutorial/Makefile
parent5f0e8a16ecbf06a6dad344ce2ef0974692ffc581 (diff)
moved tutorial examples to GF/examples
Diffstat (limited to 'doc/tutorial/Makefile')
-rw-r--r--doc/tutorial/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/tutorial/Makefile b/doc/tutorial/Makefile
index 49781cd25..f009b12d3 100644
--- a/doc/tutorial/Makefile
+++ b/doc/tutorial/Makefile
@@ -1,10 +1,16 @@
-all: html tex
+all: book
-html:
+tuthtml:
txt2tags -thtml --toc gf-tutorial2_9.txt
-tex:
+tuttex:
txt2tags -ttex --toc gf-tutorial2_9.txt
cat prelude gf-tutorial2_9.tex >tmp.tex
mv tmp.tex gf-tutorial2_9.tex
pdflatex gf-tutorial2_9.tex
pdflatex gf-tutorial2_9.tex
+book:
+ txt2tags -ttex --toc gf-book.txt
+ cat prelude gf-book.tex >tmp.tex
+ mv tmp.tex gf-book.tex
+ pdflatex gf-book.tex
+ pdflatex gf-book.tex