From 751790b51ae4c1152e8944cbaf99d49b1377e95b Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 20 Nov 1998 04:15:15 +0000 Subject: Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename. --- math/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 6a89dc2351b6..6587ded9ec3b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,8 @@ -# $Id: Makefile,v 1.50 1998/08/30 18:30:51 steve Exp $ +# $Id: Makefile,v 1.51 1998/10/26 11:59:39 vanilla Exp $ # + SUBDIR += R-a4 + SUBDIR += R-letter SUBDIR += Scilab SUBDIR += add SUBDIR += apc @@ -28,7 +30,6 @@ SUBDIR += pari SUBDIR += plplot SUBDIR += pygist - SUBDIR += r SUBDIR += rng SUBDIR += sc SUBDIR += siag -- cgit