summaryrefslogtreecommitdiff
path: root/fml/doc/ja/todo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/ja/todo/Makefile')
-rw-r--r--fml/doc/ja/todo/Makefile40
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