summaryrefslogtreecommitdiff
path: root/fml/etc/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-27 09:30:39 +0000
committerfukachan <fukachan>2001-11-27 09:30:39 +0000
commita411e17bdb32246e9debed09c8e6da82dc67c667 (patch)
treec7277401ccf7a0434f99a463fd0d6c4d6c1095c5 /fml/etc/Makefile
parenta4648fc475f4e11134a2a57e652b74d39a7920a5 (diff)
downloadfml8-a411e17bdb32246e9debed09c8e6da82dc67c667.tar.gz
fml8-a411e17bdb32246e9debed09c8e6da82dc67c667.tar.bz2
fml8-a411e17bdb32246e9debed09c8e6da82dc67c667.zip
default_config.cf includes paths.cf in it
configure rewrites default_config.cf directly
Diffstat (limited to 'fml/etc/Makefile')
-rw-r--r--fml/etc/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/fml/etc/Makefile b/fml/etc/Makefile
index 1e9b5907..421fc8bd 100644
--- a/fml/etc/Makefile
+++ b/fml/etc/Makefile
@@ -1,19 +1,12 @@
#
-# $FML: Makefile,v 1.6 2001/04/30 10:21:44 fukachan Exp $
+# $FML: Makefile,v 1.7 2001/04/30 13:34:16 fukachan Exp $
#
TARGET_DIR = ../../Documentation/ja/etc
CONV = $(PERL) ../../fml/utils/bin/text2html.pl
-all: default_config.cf.ja html
+all: default_config.cf.ja.in
-default_config.cf.ja: defaults/*
+default_config.cf.ja.in: defaults/*
sh .gen.sh
-
-html: $(TARGET_DIR)/variablelist.html
-
-$(TARGET_DIR)/variablelist.html: defaults/*cf* defaults/Configurations
- test -d $(TARGET_DIR) || mkdir $(TARGET_DIR)
- $(CONV) default_config.cf.ja > $(TARGET_DIR)/variablelist.html
-