diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 20:31:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 20:31:43 +0000 |
commit | ec89e8b01134b21291c58672d04b6e36c7e08b5d (patch) | |
tree | aa69c9ef7cd2b780db274eccc4fee5e3c42a533c /print/latex | |
parent | 7a0e5e30e0ed9416c54b3ea504dbc8e4cdc02e49 (diff) |
Added various "build: configure" and "install: build" dependencies.
Pointed-out by: jmz
Notes
Notes:
svn path=/head/; revision=1439
Diffstat (limited to 'print/latex')
-rw-r--r-- | print/latex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 402c9121088a..8a3de4ce82bb 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -3,7 +3,7 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.12 1995/04/15 04:33:53 asami Exp $ # DISTNAME= latex @@ -34,7 +34,7 @@ latex_tools.tar.gz: @${FTPGET} ${CTAN} /tex-archive/macros latex/packages/tools.tar.gz ${DISTDIR}/$@ -build: ${BUILD_COOKIE} +build: configure ${BUILD_COOKIE} ${BUILD_COOKIE}: @echo "===> Building for ${DISTNAME}" @@ -46,7 +46,7 @@ ${BUILD_COOKIE}: ln -sf /usr/local/bin/virtex latex; yes | ./latex tools.ins) @touch -f ${BUILD_COOKIE} -install: +install: build @echo "===> Installing for ${DISTNAME}" @(/usr/bin/install -c -m 644 ${WRKSRC}/base/latex.fmt \ ${PREFIX}/lib/texmf/ini/) |