/[suikacvs]/messaging/manakai/doc/web/Makefile
Suika

Contents of /messaging/manakai/doc/web/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Oct 21 08:29:31 2008 UTC (16 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
++ manakai/doc/web/ChangeLog	21 Oct 2008 08:29:23 -0000
	* features.html.src: Renamed from features.ja.html.

	* Makefile (all): |features.ja.html| and |features.en.html| added.

	* .htaccess: Don't set Content-Type for |.src| extension.

2008-10-21  Wakaba  <wakaba@suika.fam.cx>

1 HARUSAME_DIR = ../../../harusame/
2 HARUSAME_BIN_DIR = $(HARUSAME_DIR)bin/
3
4 MANAKAI_DIR = ../../
5 MANAKAI_LIB_DIR = $(MANAKAI_DIR)lib/
6
7 WHATPM_DIR = ../../../markup/html/whatpm/
8 WHATPM_LIB_DIR = $(WHATPM_DIR)
9
10 HARUSAME = $(HARUSAME_BIN_DIR)harusame.pl
11
12 PERL_ = perl
13 PERL_LIB_OPTIONS = -I$(MANAKAI_LIB_DIR) -I$(WHATPM_LIB_DIR)
14 PERL = $(PERL_) $(PERL_LIB_OPTIONS)
15
16 all: cover.ja.html cover.en.html features.en.html features.ja.html
17
18 %.en.html: %.html.src
19 $(PERL) $(HARUSAME) --lang=en < $< > $@
20
21 %.ja.html: %.html.src
22 $(PERL) $(HARUSAME) --lang=ja < $< > $@

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24