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/Makefile | |
parent | 3dc6aa81a96b02279c3f24c7b65baff3a4cdefe8 (diff) |
[haddock @ 2002-04-10 13:32:39 by simonmar]
Skeleton documentation
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 6 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 |