diff options
Diffstat (limited to 'fml/etc/Makefile')
| -rw-r--r-- | fml/etc/Makefile | 13 |
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 - |
