summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-28 04:14:35 +0000
committerfukachan <fukachan>2003-01-28 04:14:35 +0000
commitd7cc9a3e76d11cfd2246b4ec88d5223141c6550b (patch)
tree2c6e97894597089f06649dda6cb470052ec3a0b6 /Makefile
parentab06112522449b60011b27c2eb8da0c4d3f9eaf0 (diff)
downloadfml8-d7cc9a3e76d11cfd2246b4ec88d5223141c6550b.tar.gz
fml8-d7cc9a3e76d11cfd2246b4ec88d5223141c6550b.tar.bz2
fml8-d7cc9a3e76d11cfd2246b4ec88d5223141c6550b.zip
define install.new for test, which runs install.pl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cd28aa9..912a8178 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $FML: Makefile,v 1.20 2001/11/25 01:32:44 fukachan Exp $
+# $FML: Makefile,v 1.21 2001/12/09 13:20:47 fukachan Exp $
#
CONV = doc/bin/text2html.pl
@@ -17,6 +17,9 @@ usage:
install:
sh INSTALL.sh
+install.new:
+ ./install.pl fml/etc/install.cf
+
scan:
@ cvs -n update 2>&1 |grep -v : || echo ''