From cd5f274781c3a028e835c6762d7cb2d1aff45c6e Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sat, 21 Sep 1996 07:50:17 +0000 Subject: Removed extra semi-colons. (again?) Don't use mv to install files or you will have hard time doing make reinstall. :-) --- japanese/platex-common/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'japanese/platex-common/Makefile') 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 # -# $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 \ -- cgit v1.2.3