head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.54.26;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.10.19.22.21.01;	author uqs;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/usr.bin/mandoc/Makefile 241754 2012-10-19 22:21:01Z uqs $

MDOCMLDIR=	${.CURDIR}/../../contrib/mdocml
LIBMANDOC=	${.OBJDIR}/../../lib/libmandoc/libmandoc.a
.PATH: ${MDOCMLDIR}

PROG=	mandoc
FILES=	example.style.css external.png style.css
FILESDIR=	${SHAREDIR}/mdocml
LINKS=	mdocml
MAN=	mandoc.1 eqn.7 mandoc_char.7 tbl.7 # man.7 mdoc.7 roff.7
MLINKS= mandoc.1 mdocml.1
SRCS=	eqn_html.c eqn_term.c html.c main.c man_html.c man_term.c mdoc_html.c \
	mdoc_man.c mdoc_term.c out.c tbl_html.c tbl_term.c term.c \
	term_ascii.c term_ps.c tree.c

WARNS?=	3
CFLAGS+= -DHAVE_CONFIG_H -DVERSION="\"1.12.1\""
DPADD=	${LIBMANDOC}
LDADD=	${LIBMANDOC}

.include <bsd.prog.mk>
@


1.1
log
@SVN rev 241754 on 2012-10-19 22:21:01Z by uqs

Merge mandoc from vendor into contrib and provide the necessary Makefile glue.

It's not yet connected to the build.
@
text
@d1 1
a1 1
# $FreeBSD$
@

