Added a title page AXE_0_2
authorarjen <arjen>
Thu, 25 Jul 2002 08:12:45 +0000 (08:12 +0000)
committerarjen <arjen>
Thu, 25 Jul 2002 08:12:45 +0000 (08:12 +0000)
doc/makefile
doc/tutorial.xml

index aaf9f5d..7d6e93f 100644 (file)
 
 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)
index 752beee..08cc909 100644 (file)
@@ -3,9 +3,29 @@
 
 <doc>
 
+<!--
+      AXE - Andromeda X-Windows Encapsulation
+      Original author :  Arjen Baart - arjen@andromeda.nl
+      Version         : $Revision: 1.2 $
+
+      This document is prepared for XMLDoc. Transform to HTML,
+      LaTeX, Postscript or plain text with XMLDoc utilities and
+      XSLT sheets from http://www.andromeda.nl/projects/xmldoc/
+-->
+
 <book>
 
-<title>AXE Tutorial</title>
+<titlepage>
+   <title>AXE Tutorial</title>
+   <author>Arjen Baart <code>&lt;arjen@andromeda.nl&gt;</code></author>
+   <date>July 24, 2002</date>
+   <docinfo>
+      <infoitem label="Version">0.2</infoitem>
+      <infoitem label="Organization">Andromeda Technology &amp; Automation</infoitem>
+   </docinfo>
+   <abstract>
+   </abstract>
+</titlepage>
 
 <toc/>