summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tech/Makefile
blob: 16536cb812d3ee9d9602ecd9940e4104f927f7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# $FML: Makefile,v 1.3 2001/04/28 14:37:03 fukachan Exp $
#

###
### CONFIGURATIONS
###

SOURCE      = book
BOOK        = tech
BOOK_ID     = index
TARGET_DIR  = ../../../../Documentation/ja/$(BOOK)

# local
LOCAL_SOURCE = os_and_perl.sgml


###
### RULES
###

_ARGV = SOURCE=$(SOURCE) BOOK=$(BOOK) BOOK_ID=$(BOOK_ID)
_MAKE = $(MAKE) -f ../Makefile.template $(_ARGV)


all: $(LOCAL_SOURCE) export

html:
	@ $(_MAKE) html

clean:
	@ $(_MAKE) clean

export:
	@ $(_MAKE) export

scan:
	@ $(_MAKE) scan


#
# local
#

os_and_perl.sgml: OS_and_Perl.data
	perl ../utils/bin/data2sgml.pl OS_and_Perl.data > os_and_perl.sgml