summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tutorial/Makefile12
-rw-r--r--examples/tutorial/food/Food.gf (renamed from doc/tutorial/Food.gf)0
-rw-r--r--examples/tutorial/food/FoodEng.gf (renamed from doc/tutorial/FoodEng.gf)0
-rw-r--r--examples/tutorial/food/FoodIta.gf (renamed from doc/tutorial/FoodIta.gf)0
-rw-r--r--examples/tutorial/hello/Hello.gf (renamed from doc/tutorial/Hello.gf)0
-rw-r--r--examples/tutorial/hello/HelloEng.gf (renamed from doc/tutorial/HelloEng.gf)0
-rw-r--r--examples/tutorial/hello/HelloFin.gf (renamed from doc/tutorial/HelloFin.gf)0
-rw-r--r--examples/tutorial/hello/HelloIta.gf (renamed from doc/tutorial/HelloIta.gf)0
-rw-r--r--examples/tutorial/syntax/MorphoEng.gf (renamed from doc/tutorial/resource/MorphoEng.gf)0
-rw-r--r--examples/tutorial/syntax/MorphoIta.gf (renamed from doc/tutorial/resource/MorphoIta.gf)0
-rw-r--r--examples/tutorial/syntax/Syntax.gf (renamed from doc/tutorial/resource/Syntax.gf)0
-rw-r--r--examples/tutorial/syntax/SyntaxEng.gf (renamed from doc/tutorial/resource/SyntaxEng.gf)0
-rw-r--r--examples/tutorial/syntax/SyntaxIta.gf (renamed from doc/tutorial/resource/SyntaxIta.gf)0
-rw-r--r--examples/tutorial/syntax/Test.gf (renamed from doc/tutorial/resource/Test.gf)0
-rw-r--r--examples/tutorial/syntax/TestEng.gf (renamed from doc/tutorial/resource/TestEng.gf)0
-rw-r--r--examples/tutorial/syntax/TestIta.gf (renamed from doc/tutorial/resource/TestIta.gf)0
16 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
diff --git a/doc/tutorial/Food.gf b/examples/tutorial/food/Food.gf
index c4efd5950..c4efd5950 100644
--- a/doc/tutorial/Food.gf
+++ b/examples/tutorial/food/Food.gf
diff --git a/doc/tutorial/FoodEng.gf b/examples/tutorial/food/FoodEng.gf
index a4f5907be..a4f5907be 100644
--- a/doc/tutorial/FoodEng.gf
+++ b/examples/tutorial/food/FoodEng.gf
diff --git a/doc/tutorial/FoodIta.gf b/examples/tutorial/food/FoodIta.gf
index fc59e1294..fc59e1294 100644
--- a/doc/tutorial/FoodIta.gf
+++ b/examples/tutorial/food/FoodIta.gf
diff --git a/doc/tutorial/Hello.gf b/examples/tutorial/hello/Hello.gf
index 769be5cbf..769be5cbf 100644
--- a/doc/tutorial/Hello.gf
+++ b/examples/tutorial/hello/Hello.gf
diff --git a/doc/tutorial/HelloEng.gf b/examples/tutorial/hello/HelloEng.gf
index 69efba6b4..69efba6b4 100644
--- a/doc/tutorial/HelloEng.gf
+++ b/examples/tutorial/hello/HelloEng.gf
diff --git a/doc/tutorial/HelloFin.gf b/examples/tutorial/hello/HelloFin.gf
index 969142a91..969142a91 100644
--- a/doc/tutorial/HelloFin.gf
+++ b/examples/tutorial/hello/HelloFin.gf
diff --git a/doc/tutorial/HelloIta.gf b/examples/tutorial/hello/HelloIta.gf
index f1465a867..f1465a867 100644
--- a/doc/tutorial/HelloIta.gf
+++ b/examples/tutorial/hello/HelloIta.gf
diff --git a/doc/tutorial/resource/MorphoEng.gf b/examples/tutorial/syntax/MorphoEng.gf
index b2255d0d4..b2255d0d4 100644
--- a/doc/tutorial/resource/MorphoEng.gf
+++ b/examples/tutorial/syntax/MorphoEng.gf
diff --git a/doc/tutorial/resource/MorphoIta.gf b/examples/tutorial/syntax/MorphoIta.gf
index 7bf4de1a1..7bf4de1a1 100644
--- a/doc/tutorial/resource/MorphoIta.gf
+++ b/examples/tutorial/syntax/MorphoIta.gf
diff --git a/doc/tutorial/resource/Syntax.gf b/examples/tutorial/syntax/Syntax.gf
index 59ba7d770..59ba7d770 100644
--- a/doc/tutorial/resource/Syntax.gf
+++ b/examples/tutorial/syntax/Syntax.gf
diff --git a/doc/tutorial/resource/SyntaxEng.gf b/examples/tutorial/syntax/SyntaxEng.gf
index f1de47e21..f1de47e21 100644
--- a/doc/tutorial/resource/SyntaxEng.gf
+++ b/examples/tutorial/syntax/SyntaxEng.gf
diff --git a/doc/tutorial/resource/SyntaxIta.gf b/examples/tutorial/syntax/SyntaxIta.gf
index 4721a5d4e..4721a5d4e 100644
--- a/doc/tutorial/resource/SyntaxIta.gf
+++ b/examples/tutorial/syntax/SyntaxIta.gf
diff --git a/doc/tutorial/resource/Test.gf b/examples/tutorial/syntax/Test.gf
index 3ced1e55a..3ced1e55a 100644
--- a/doc/tutorial/resource/Test.gf
+++ b/examples/tutorial/syntax/Test.gf
diff --git a/doc/tutorial/resource/TestEng.gf b/examples/tutorial/syntax/TestEng.gf
index 4099753f1..4099753f1 100644
--- a/doc/tutorial/resource/TestEng.gf
+++ b/examples/tutorial/syntax/TestEng.gf
diff --git a/doc/tutorial/resource/TestIta.gf b/examples/tutorial/syntax/TestIta.gf
index d58b258cd..d58b258cd 100644
--- a/doc/tutorial/resource/TestIta.gf
+++ b/examples/tutorial/syntax/TestIta.gf