diff options
| author | fukachan <fukachan> | 2003-12-21 06:51:19 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-12-21 06:51:19 +0000 |
| commit | 5b44248e50b6ac47c33cd5ee093aedcf50546bc5 (patch) | |
| tree | 49a7d70537930a073d6bf6a94a7d3d1c7aa245c9 /fml/etc | |
| parent | cbb429b2245098e0d789b09bcc8bb7283889cc6f (diff) | |
| download | fml8-5b44248e50b6ac47c33cd5ee093aedcf50546bc5.tar.gz fml8-5b44248e50b6ac47c33cd5ee093aedcf50546bc5.tar.bz2 fml8-5b44248e50b6ac47c33cd5ee093aedcf50546bc5.zip | |
remove not used variables: TARGET_DIR, CONV.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/fml/etc/Makefile b/fml/etc/Makefile index e621ccea..e20cb744 100644 --- a/fml/etc/Makefile +++ b/fml/etc/Makefile @@ -1,15 +1,10 @@ # -# $FML: Makefile,v 1.13 2003/07/26 14:23:04 fukachan Exp $ +# $FML: Makefile,v 1.14 2003/12/21 06:50:07 fukachan Exp $ # OBJ = default_config.cf.ja \ default_config.cf.en -TARGET_DIR = ../../Documentation/ja/etc - -CONV = $(PERL) ../../fml/utils/bin/text2html.pl - - all: $(OBJ) default_config.cf.ja.in: src/config.cf.ja/*.cf |
