From 23d8ebeb26892c8d831a8b5324fece62f6c6687c Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 8 Jul 2007 16:36:56 +0000 Subject: tutorial in final form --- doc/tutorial/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/tutorial/Makefile') diff --git a/doc/tutorial/Makefile b/doc/tutorial/Makefile index ee040382a..76ab130f1 100644 --- a/doc/tutorial/Makefile +++ b/doc/tutorial/Makefile @@ -1,6 +1,8 @@ +all: html tex + html: - txt2tags -thtml --toc gf-tutorial2_8.txt + txt2tags -thtml --toc gf-tutorial2.txt tex: - txt2tags -ttex --toc gf-tutorial2_8.txt - pdflatex gf-tutorial2_8.tex - pdflatex gf-tutorial2_8.tex + txt2tags -ttex --toc gf-tutorial2.txt + pdflatex gf-tutorial2.tex + pdflatex gf-tutorial2.tex -- cgit v1.2.3