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

Diff of /doc/rfc-ja/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Mon May 20 12:30:02 2002 UTC revision 1.2 by wakaba, Sun May 26 09:13:08 2002 UTC
# Line 2  XT = java -Dcom.jclark.xsl.sax.parser=or Line 2  XT = java -Dcom.jclark.xsl.sax.parser=or
2  XSLT = D:/home/suika/cvs/tool/rfc/translation/rfc_ja.xsl  XSLT = D:/home/suika/cvs/tool/rfc/translation/rfc_ja.xsl
3  U8toJ7 = perl D:/home/wakaba/temp/t/u8tojis7.pl  U8toJ7 = perl D:/home/wakaba/temp/t/u8tojis7.pl
4    
5  %.u8: %.rfcja  RMV = rm -rv
6    
7    %.u8: %.rfcja $(XSLT)
8          $(XT) $< $(XSLT) $@          $(XT) $< $(XSLT) $@
9  %.html: %.u8  %.html: %.u8
10          $(U8toJ7) $< > $@          $(U8toJ7) $< > $@
11    
12    clean:
13            $(RMV) *~ .*~ *.BAK .*.BAK

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24