diff options
| author | fukachan <fukachan> | 2003-12-21 06:50:07 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-12-21 06:50:07 +0000 |
| commit | cbb429b2245098e0d789b09bcc8bb7283889cc6f (patch) | |
| tree | 006ec0558e1d249f360834da38f48ed8c6db0569 /fml/etc/Makefile | |
| parent | 97a962494e84ee5b35ece47fc6b5082bd8065409 (diff) | |
| download | fml8-cbb429b2245098e0d789b09bcc8bb7283889cc6f.tar.gz fml8-cbb429b2245098e0d789b09bcc8bb7283889cc6f.tar.bz2 fml8-cbb429b2245098e0d789b09bcc8bb7283889cc6f.zip | |
fix $(OBJ) and clean up targets
Diffstat (limited to 'fml/etc/Makefile')
| -rw-r--r-- | fml/etc/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fml/etc/Makefile b/fml/etc/Makefile index 37c34ed7..e621ccea 100644 --- a/fml/etc/Makefile +++ b/fml/etc/Makefile @@ -1,15 +1,16 @@ # -# $FML: Makefile,v 1.12 2002/04/01 23:41:09 fukachan Exp $ +# $FML: Makefile,v 1.13 2003/07/26 14:23:04 fukachan Exp $ # -OBJ = main.cf default_config.cf.ja +OBJ = default_config.cf.ja \ + default_config.cf.en TARGET_DIR = ../../Documentation/ja/etc CONV = $(PERL) ../../fml/utils/bin/text2html.pl -all: default_config.cf.ja.in default_config.cf.en.in +all: $(OBJ) default_config.cf.ja.in: src/config.cf.ja/*.cf sh .gen.sh @@ -19,3 +20,4 @@ default_config.cf.en.in: src/config.cf.en/*.cf clean: rm -f $(OBJ) + rm -f main.cf |
