This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
TOP=.. |
| 2 |
include $(TOP)/mk/boilerplate.mk |
| 3 |
|
| 4 |
# --------------------------------------------------------------- |
| 5 |
|
| 6 |
ALL_DIRS = \ |
| 7 |
ADNS \ |
| 8 |
|
| 9 |
PACKAGE := postmaster |
| 10 |
RELEASEDAY := 0.1 |
| 11 |
VERSION := $(RELEASEDAY) |
| 12 |
PACKAGE_DEPS := base network |
| 13 |
|
| 14 |
SRC_HADDOCK_OPTS += -t "Postmaster ESMTP Server" |
| 15 |
|
| 16 |
# --------------------------------------------------------------- |
| 17 |
|
| 18 |
-include $(TOP)/mk/crypto.mk |
| 19 |
include $(TOP)/mk/target.mk |
| 20 |
|
| 21 |
haddock:: docs/tutorial.html |
| 22 |
|
| 23 |
docs/tutorial.html: tutorial.lhs |
| 24 |
@lhs2html $< |
| 25 |
@mv tutorial.html $@ |