diff options
author | simonmar <unknown> | 2002-04-10 13:32:39 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-10 13:32:39 +0000 |
commit | c2a70a7221b2d015ae69948d28b516d9aa474f8d (patch) | |
tree | 7b6b33048e1ff49e9f11152d94cae54963e9e52e /doc | |
parent | 3dc6aa81a96b02279c3f24c7b65baff3a4cdefe8 (diff) |
[haddock @ 2002-04-10 13:32:39 by simonmar]
Skeleton documentation
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> |