/[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.4 by ahby, Wed Jun 28 17:03:01 2006 UTC
# Line 17  TIDY = /usr/local/bin/tidy -n -wrap 200 Line 17  TIDY = /usr/local/bin/tidy -n -wrap 200
17    
18  SOURCE =  SOURCE =
19    
20  OUTPUT =  OUTPUT = xhtml-basic11-f.dtd
21    
22  PREVIOUS = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html  PREVIOUS = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html
23    
# Line 47  index.html: Overview.mhtml xmacros.mhtml Line 47  index.html: Overview.mhtml xmacros.mhtml
47          -/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
48          rm -f fixrefs.sed          rm -f fixrefs.sed
49    
50  xhtml-basic11-f.dtd: xhtml-basic11*  xhtml-basic11-f.dtd: xhtml-basic11.dtd xhtml-basic11-model-1.mod
51          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.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24