diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 6 | ||||
| -rw-r--r-- | doc/haddock.sgml | 26 | 
2 files changed, 32 insertions, 0 deletions
| diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 00000000..b94e391e --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,6 @@ +TOP=.. +include $(TOP)/mk/boilerplate.mk + +SGML_DOC = haddock + +include $(TOP)/mk/target.mk diff --git a/doc/haddock.sgml b/doc/haddock.sgml new file mode 100644 index 00000000..717c0f17 --- /dev/null +++ b/doc/haddock.sgml @@ -0,0 +1,26 @@ +<!DOCTYPE BOOK PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> + +<book id="haddock"> +  <bookinfo> +    <date>2002-4-10</date> +    <title>Haddock User Guide</title> +    <author> +      <firstname>Simon</firstname> +      <surname>Marlow</surname> +    </author> +    <address><email>simonmar@microsoft.com</email></address> +    <copyright> +      <year>2002</year> +      <holder>Simon Marlow</holder> +    </copyright> +    <abstract> +      <para>This document describes Haddock, a Haskell documentation tool. +  </bookinfo> + +  <!-- Table of contents --> +  <toc></toc> +   +  <chapter id="happy-introduction"> +  </chapter> + +</book> | 
