diff options
| author | fukachan <fukachan> | 2001-11-25 01:32:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-25 01:32:44 +0000 |
| commit | 505e89219c8232369a64fb0281dccc7f69b320f1 (patch) | |
| tree | b8b0c9ecf7131ed770090b7cc7a5ec986a3cf3f8 /Makefile | |
| parent | 2e70d85d21bc56ee245281b9ceb5942ad8926388 (diff) | |
| download | fml8-505e89219c8232369a64fb0281dccc7f69b320f1.tar.gz fml8-505e89219c8232369a64fb0281dccc7f69b320f1.tar.bz2 fml8-505e89219c8232369a64fb0281dccc7f69b320f1.zip | |
move recreate to paths.cf.in from update: to regen:
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.18 2001/07/15 12:18:36 fukachan Exp $ +# $FML: Makefile,v 1.19 2001/11/18 02:44:12 fukachan Exp $ # CONV = doc/bin/text2html.pl @@ -20,7 +20,7 @@ install: scan: @ cvs -n update 2>&1 |grep -v : || echo '' -update: fml/etc/paths.cf.in +update: @ cvs update -d -P|grep -v : || echo '' clean: @@ -46,6 +46,8 @@ ja.doc: @ (cd fml/doc/ja/; make clean; make ; make clean) +regen: fml/etc/paths.cf.in + fml/etc/paths.cf.in: configure.in ./fml/utils/bin/gen_paths.cf.pl configure.in > fml/etc/paths.cf.in.new mv fml/etc/paths.cf.in.new fml/etc/paths.cf.in |
