diff options
| author | fukachan <fukachan> | 2002-04-11 15:10:10 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-11 15:10:10 +0000 |
| commit | fa6bdffe3e8fb84c9e76af91eb5d3bb6ce41fc35 (patch) | |
| tree | 7964ef593dae048a5986a3eba57a1e50554f0d83 /fml/doc | |
| parent | 4c074f0f85a2c396d913696bb4bda1f03b4f90e2 (diff) | |
| download | fml8-fa6bdffe3e8fb84c9e76af91eb5d3bb6ce41fc35.tar.gz fml8-fa6bdffe3e8fb84c9e76af91eb5d3bb6ce41fc35.tar.bz2 fml8-fa6bdffe3e8fb84c9e76af91eb5d3bb6ce41fc35.zip | |
add rule to make STATUS.html
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/ja/todo/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fml/doc/ja/todo/Makefile b/fml/doc/ja/todo/Makefile index 9f16b869..64983205 100644 --- a/fml/doc/ja/todo/Makefile +++ b/fml/doc/ja/todo/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.11 2001/05/01 09:15:21 fukachan Exp $ +# $FML: Makefile,v 1.1.1.1 2001/05/19 05:14:57 fukachan Exp $ # # targets @@ -25,7 +25,7 @@ _ARGV = SOURCE=$(SOURCE) BOOK=$(BOOK) BOOK_ID=$(BOOK_ID) _MAKE = $(MAKE) -f ../Makefile.template $(_ARGV) -all: export +all: export STATUS.html html: @ $(_MAKE) html @@ -38,3 +38,7 @@ export: scan: @ $(_MAKE) scan + +STATUS.html: STATUS.txt + perl ../../../utils/bin/text2html.pl STATUS.txt > STATUS.html.new + mv STATUS.html.new STATUS.html |
