/[suikacvs]/test/xhtmlbasicmakefile
Suika

Diff of /test/xhtmlbasicmakefile

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

revision 1.5.2.3 by ahby, Mon Jun 12 19:18:23 2006 UTC revision 1.5.2.9 by ahby, Thu Jul 12 13:08:06 2007 UTC
# Line 11  Line 11 
11  .mhtml.html:  .mhtml.html:
12          -cat xmacros.mhtml $< | /usr/local/metahtml/bin/mhc --set smacs::type "$(TYPE)" | $(TIDY) > $@          -cat xmacros.mhtml $< | /usr/local/metahtml/bin/mhc --set smacs::type "$(TYPE)" | $(TIDY) > $@
13    
14  TYPE = WD  TYPE = CR
15    
16  TIDY = /usr/local/bin/tidy -n -wrap 200  TIDY = /usr/local/bin/tidy -n -wrap 200
17    
18  SOURCE =  SOURCE =
19    
20  OUTPUT =  OUTPUT =
21    
22  PREVIOUS = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html  PREVIOUS = /var/www/html/htmlwg/ED-xhtml-basic-20060913/index.html
23    PREVIOUSREC = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html
24    
25  all: $(OUTPUT) index.html  all: $(OUTPUT) index.html
26    
27  dev: all  dev: all
28          /usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-basic-diff.html          /usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-basic-diff.html
29            /usr/local/bin/htmldiff -t $(PREVIOUSREC) index.html xhtml-basic-rec-diff.html
30          /usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html          /usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html
31          ps2pdf xhtml-basic.ps xhtml-basic.pdf          ps2pdf xhtml-basic.ps xhtml-basic.pdf
32    
# Line 47  index.html: Overview.mhtml xmacros.mhtml Line 49  index.html: Overview.mhtml xmacros.mhtml
49          -/usr/local/metahtml/bin/mhc --set smacs::hide-sections no --set smacs::type "$(TYPE)" Overview.mhtml | $(TIDY) > index.html          -/usr/local/metahtml/bin/mhc --set smacs::hide-sections no --set smacs::type "$(TYPE)" Overview.mhtml | $(TIDY) > index.html
50          rm -f fixrefs.sed          rm -f fixrefs.sed
51    
52  xhtml-basic11-f.dtd: xhtml-basic11*  xhtml-basic11-f.dtd: xhtml-basic11.dtd xhtml-basic11-model-1.mod
53          echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "xhtml-basic11.dtd"> <html><head><title>title</title></head><body><p>text</p></body></html>' | spam -p -p - | sed -e 's/^<!DOCTYPE html \[//' -e '/^]>$$/,$$d' > xhtml-basic11-f.dtd          echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "xhtml-basic11.dtd"> <html><head><title>title</title></head><body><p>text</p></body></html>' | spam -p -p - | sed -e 's/^<!DOCTYPE html \[//' -e '/^]>$$/,$$d' > xhtml-basic11-f.dtd

Legend:
Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.9

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24