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


1.2
date	94.05.30.18.38.52;	author md;	state Exp;
branches;
next	1.1;

1.1
date	92.11.24.21.21.53;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@tex.lpro is located in the current directory, not the obj directory.
@
text
@## How to make .pro files from .lpro files:
.SUFFIXES: .pro .lpro

PROLOGUES=	tex.pro texps.pro texc.pro special.pro finclude.pro \
		color.pro crop.pro
CLEANFILES+=	${PROLOGUES}

all: ${PROLOGUES}

clean:
	rm -f ${PROLOGUES} texc.lpro
.lpro.pro:
	${.CURDIR}/../obj/squeeze < $< > $@@

texc.lpro: ${.CURDIR}/../texc.script tex.lpro
	${.CURDIR}/../texc.script ${.CURDIR}/tex.lpro texc.lpro

beforeinstall:
	-mkdir ${DESTDIR}${LIBDIR}
	for file in ${PROLOGUES}; do \
		install -c -o ${BINOWN} -g ${BINGRP} -m 0644 $$file ${DESTDIR}${LIBDIR}; \
	done

.include <bsd.prog.mk>
.include "../../Makefile.inc"
@


1.1
log
@Initial revision
@
text
@d16 1
a16 1
	${.CURDIR}/../texc.script tex.lpro texc.lpro
@
