aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-07-23 08:43:02 +0000
committersimonmar <unknown>2002-07-23 08:43:02 +0000
commit78a941372e7720b74a18ac259bf227512486dda1 (patch)
treea4d9883e6fa90e3641b0c82d616494b31621a39c /examples/Makefile
parente5d775864dfa52d588aee8f0ce41ef66181e9e05 (diff)
[haddock @ 2002-07-23 08:43:02 by simonmar]
more tests
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 839f04c1..7fd20f45 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -3,7 +3,7 @@ include $(TOP)/mk/boilerplate.mk
all :: index.html
-index.html : $(HS_SRCS)
+index.html : $(HS_SRCS) $(HADDOCK_INPLACE)
$(HADDOCK_INPLACE) -h $(HS_SRCS)
include $(TOP)/mk/target.mk