/[suikacvs]/doc/rfc-ja/Makefile
Suika

Contents of /doc/rfc-ja/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sun May 26 09:13:08 2002 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -1 lines
*** empty log message ***

1 wakaba 1.1 XT = java -Dcom.jclark.xsl.sax.parser=org.apache.xerces.parsers.SAXParser com.jclark.xsl.sax.Driver
2     XSLT = D:/home/suika/cvs/tool/rfc/translation/rfc_ja.xsl
3     U8toJ7 = perl D:/home/wakaba/temp/t/u8tojis7.pl
4    
5 wakaba 1.2 RMV = rm -rv
6    
7     %.u8: %.rfcja $(XSLT)
8 wakaba 1.1 $(XT) $< $(XSLT) $@
9     %.html: %.u8
10     $(U8toJ7) $< > $@
11 wakaba 1.2
12     clean:
13     $(RMV) *~ .*~ *.BAK .*.BAK

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24