summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/pod/pod2latex/Makefile
blob: 547a0bb0b32455e84f09527be59d2eb03206baeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# $Id$
#

PROG=	pod2latex

NOMAN=	true

${PROG}: ${PROG}.PL
	miniperl ${MINIPERLOPT} ${PROG}.PL

.include <bsd.prog.mk>

${PROG}.PL: ${PERL5SRC}/pod/${PROG}.PL
	cp -p ${.OODATE} ${.TARGET}
OpenPOWER on IntegriCloud