summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-09 10:18:17 +0000
committerfukachan <fukachan>2001-12-09 10:18:17 +0000
commit427adf6a8fe1840e6bab04fcf5d170e6efac10a8 (patch)
tree303b6478a4e9dbd5fc25a09fcffaa575b6c673ce
parent56c901ada10431dca98fd2c4b5aba23d89486962 (diff)
downloadfml8-427adf6a8fe1840e6bab04fcf5d170e6efac10a8.tar.gz
fml8-427adf6a8fe1840e6bab04fcf5d170e6efac10a8.tar.bz2
fml8-427adf6a8fe1840e6bab04fcf5d170e6efac10a8.zip
clean: rule to remove created objects
-rw-r--r--fml/etc/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/fml/etc/Makefile b/fml/etc/Makefile
index 421fc8bd..8575ad82 100644
--- a/fml/etc/Makefile
+++ b/fml/etc/Makefile
@@ -1,12 +1,18 @@
#
-# $FML: Makefile,v 1.7 2001/04/30 13:34:16 fukachan Exp $
+# $FML: Makefile,v 1.8 2001/11/27 09:30:40 fukachan Exp $
#
-TARGET_DIR = ../../Documentation/ja/etc
+OBJ = main.cf default_config.cf.ja
+
+TARGET_DIR = ../../Documentation/ja/etc
+
+CONV = $(PERL) ../../fml/utils/bin/text2html.pl
-CONV = $(PERL) ../../fml/utils/bin/text2html.pl
all: default_config.cf.ja.in
default_config.cf.ja.in: defaults/*
sh .gen.sh
+
+clean:
+ rm -f $(OBJ)