aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-09-10 08:23:48 +0000
committersimonmar <unknown>2003-09-10 08:23:48 +0000
commitd303ff980898a0044b0b81aa46687f65a65b2586 (patch)
treea5ff48c1451c065f29eae9373699037955e3cd71 /Makefile
parente657726555e1e7a494c5a759547b1d102d54c236 (diff)
[haddock @ 2003-09-10 08:23:48 by simonmar]
Add doc subdir. Patch contributed by: Ian Lynagh <igloo@earth.li>.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42199837..deb350cc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
TOP = .
include $(TOP)/mk/boilerplate.mk
-SUBDIRS = src html
+SUBDIRS = src html doc
include $(TOP)/mk/target.mk