Parent Directory
|
Revision Log
Changed default type to CR.
| 1 | mimasa | 1.1 | # Makefile for voyager |
| 2 | # | ||
| 3 | # generates static HTML versions from MetaHTML sources for xhtml-basic | ||
| 4 | # | ||
| 5 | ahby | 1.5.2.9 | # $Id: Makefile,v 1.5.2.9 2007/07/12 14:08:06 ahby Exp $ |
| 6 | mimasa | 1.1 | # |
| 7 | # | ||
| 8 | |||
| 9 | .SUFFIXES: .mhtml .html | ||
| 10 | |||
| 11 | .mhtml.html: | ||
| 12 | -cat xmacros.mhtml $< | /usr/local/metahtml/bin/mhc --set smacs::type "$(TYPE)" | $(TIDY) > $@ | ||
| 13 | |||
| 14 | ahby | 1.5.2.9 | TYPE = CR |
| 15 | mimasa | 1.1 | |
| 16 | TIDY = /usr/local/bin/tidy -n -wrap 200 | ||
| 17 | |||
| 18 | SOURCE = | ||
| 19 | |||
| 20 | ahby | 1.5.2.8 | OUTPUT = |
| 21 | mimasa | 1.1 | |
| 22 | ahby | 1.5.2.7 | PREVIOUS = /var/www/html/htmlwg/ED-xhtml-basic-20060913/index.html |
| 23 | ahby | 1.5.2.6 | PREVIOUSREC = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html |