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/makeindex | |
parent | 7a0e5e30e0ed9416c54b3ea504dbc8e4cdc02e49 (diff) |
Notes
Diffstat (limited to 'print/makeindex')
-rw-r--r-- | print/makeindex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index 59884de91be9..e580c9c96f2c 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -3,7 +3,7 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/15 04:33:58 asami Exp $ # DISTNAME= makeindex @@ -19,7 +19,7 @@ build: configure pre-build @(cd ${WRKSRC}/src-3.0/regexp; make) @(cd ${WRKSRC}/src-3.0; make) -install: +install: build @echo "===> Installing for ${DISTNAME}" @mkdir -p ${PREFIX}/lib/texmf/makeindx @mkdir -p ${PREFIX}/bin |