aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-05-15 13:10:15 +0000
committersimonmar <unknown>2002-05-15 13:10:15 +0000
commitfead183e9a376439e46bc65a64ac351f5f9ebaec (patch)
tree999f767693e7fe580c405763387a40a714814750 /examples/Makefile
parentb27918123ceca54771f5d4997d54fcc9f59b8aae (diff)
[haddock @ 2002-05-15 13:10:15 by simonmar]
Rename Foo.hs to Test.hs, and add a Makefile
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
new file mode 100644
index 00000000..839f04c1
--- /dev/null
+++ b/examples/Makefile
@@ -0,0 +1,9 @@
+TOP = ..
+include $(TOP)/mk/boilerplate.mk
+
+all :: index.html
+
+index.html : $(HS_SRCS)
+ $(HADDOCK_INPLACE) -h $(HS_SRCS)
+
+include $(TOP)/mk/target.mk