summaryrefslogtreecommitdiff
path: root/japanese/platex-common
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-09-21 07:50:17 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-09-21 07:50:17 +0000
commitcd5f274781c3a028e835c6762d7cb2d1aff45c6e (patch)
tree9bd2c88622d4e3f39c7c66874fd5632d7a34c58b /japanese/platex-common
parentAck, last commit was bogus. Serves me right for making "just one tiny (diff)
Removed extra semi-colons. (again?)
Don't use mv to install files or you will have hard time doing make reinstall. :-)
Notes
Notes: svn path=/head/; revision=3830
Diffstat (limited to 'japanese/platex-common')
-rw-r--r--japanese/platex-common/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile
index 2fae445188c6..6a1580c746a5 100644
--- a/japanese/platex-common/Makefile
+++ b/japanese/platex-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Nov 1995
# Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp>
#
-# $Id: Makefile,v 1.5 1996/07/07 09:48:44 asami Exp $
+# $Id: Makefile,v 1.6 1996/09/17 15:07:47 max Exp $
#
DISTNAME= platex2e
@@ -72,21 +72,21 @@ do-build:
do-install:
@rm -rf ${PREFIX}/lib/texmf/tex/latex2e/base/*
- @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e ]; then ;\
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e ]; then \
mkdir ${PREFIX}/lib/texmf/tex/latex2e ;\
fi)
- @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e/base ]; then ; \
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/latex2e/base ]; then \
mkdir ${PREFIX}/lib/texmf/tex/latex2e/base; \
fi)
@(cd ${WRKDIR}/base ; cp -f *.cls *.clo *.sty *.fd *.def *.ltx \
${PREFIX}/lib/texmf/tex/latex2e/base ; \
- mv latex.fmt ${PREFIX}/lib/texmf/ini)
+ cp latex.fmt ${PREFIX}/lib/texmf/ini)
@rm -f ${PREFIX}/bin/latex
@ln -s ${PREFIX}/bin/virtex ${PREFIX}/bin/latex
- @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e ] ; then ; \
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e ] ; then \
mkdir ${PREFIX}/lib/texmf/tex/platex2e ;\
fi)
- @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e/base ]; then ;\
+ @(if [ ! -d ${PREFIX}/lib/texmf/tex/platex2e/base ]; then \
mkdir ${PREFIX}/lib/texmf/tex/platex2e/base ;\
fi)
@(cd ${WRKSRC} ; cp -f *.cls *.clo *.sty *.fd *.def *.ltx *.cfg \