From 802f73b9d0b6b8bdffe669ed95f5c851239473b9 Mon Sep 17 00:00:00 2001 From: arjen Date: Thu, 25 Jul 2002 08:12:45 +0000 Subject: [PATCH] Added a title page --- doc/makefile | 5 ++++- doc/tutorial.xml | 22 +++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/doc/makefile b/doc/makefile index aaf9f5d..7d6e93f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -12,8 +12,11 @@ IMAGES = class_diagram.png communication.png edit_focus.png scroll.png -all: $(IMAGES) +all: $(IMAGES) tutorial.html +tutorial.html : tutorial.xml + xml2html tutorial.xml >tutorial.html clean: rm -f *.aux *.log *.dvi + rm -f tutorial.html rm -f $(IMAGES) diff --git a/doc/tutorial.xml b/doc/tutorial.xml index 752beee..08cc909 100644 --- a/doc/tutorial.xml +++ b/doc/tutorial.xml @@ -3,9 +3,29 @@ + + -AXE Tutorial + + AXE Tutorial + Arjen Baart <arjen@andromeda.nl> + July 24, 2002 + + 0.2 + Andromeda Technology & Automation + + + + -- 2.11.0