9 lines
200 B
Makefile
9 lines
200 B
Makefile
# Created by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
# $FreeBSD$
|
|
|
|
DOCFORMAT= info
|
|
DISTDOCFORMAT= texinfo
|
|
MASTERDIR= ${.CURDIR}/../exim-doc-html
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|