diff options
| author | fukachan <fukachan> | 2001-05-19 05:14:57 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-05-19 05:14:57 +0000 |
| commit | f1121ef5f0f933cebe1b66e2edc80c33c16145cc (patch) | |
| tree | 737f6e008889a9ba864afd48e8140d2f75146073 /fml/doc/ja/todo/Makefile | |
| parent | 5cc1a00ab493f7d3be157f5a813e6784298640a1 (diff) | |
| download | fml8-snap-20010519.tar.gz fml8-snap-20010519.tar.bz2 fml8-snap-20010519.zip | |
todosnap-20010519
Diffstat (limited to 'fml/doc/ja/todo/Makefile')
| -rw-r--r-- | fml/doc/ja/todo/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/fml/doc/ja/todo/Makefile b/fml/doc/ja/todo/Makefile new file mode 100644 index 00000000..9f16b869 --- /dev/null +++ b/fml/doc/ja/todo/Makefile @@ -0,0 +1,40 @@ +# +# $FML: Makefile,v 1.11 2001/05/01 09:15:21 fukachan Exp $ +# + +# targets +TARGET = book +TARGET_DIR = ../../../../Documentation/ja/tutorial +ID = techtips.html + +### +### CONFIGURATIONS +### + +SOURCE = book +BOOK = todo +BOOK_ID = index +TARGET_DIR = ../../../../Documentation/ja/$(BOOK) + + +### +### RULES +### + +_ARGV = SOURCE=$(SOURCE) BOOK=$(BOOK) BOOK_ID=$(BOOK_ID) +_MAKE = $(MAKE) -f ../Makefile.template $(_ARGV) + + +all: export + +html: + @ $(_MAKE) html + +clean: + @ $(_MAKE) clean + +export: + @ $(_MAKE) export + +scan: + @ $(_MAKE) scan |
