/[suikacvs]/webroot/www/harusame/Makefile
Suika

Contents of /webroot/www/harusame/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Oct 21 10:14:26 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
++ harusame/bin/ChangeLog	21 Oct 2008 09:03:25 -0000
	* harusame.pl: Documentation added.  Use |require| instead of
	|use| so that |--help| option doesn't require manakai module.

	* Makefile: Rule to make |harusame.html| is added.

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

++ ChangeLog	21 Oct 2008 10:14:06 -0000
	* readme.html.src: New file.

	* Makefile: New file.

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

1 HARUSAME_DIR = ./
2 HARUSAME_BIN_DIR = $(HARUSAME_DIR)bin/
3 HARUSAME = $(HARUSAME_BIN_DIR)harusame.pl
4
5 PERL_ = perl
6 PERL_INC_OPTIONS = -I ../manakai-core/lib -I ../markup/html/whatpm/
7 PERL = $(PERL_) $(PERL_INC_OPTIONS)
8
9 all: readme.en.html readme.ja.html
10
11 %.en.html: %.html.src
12 $(PERL) $(HARUSAME) --lang en < $< > $@
13 %.ja.html: %.html.src
14 $(PERL) $(HARUSAME) --lang ja < $< > $@

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24