/[suikacvs]/test/xhtmlbasicmakefile
Suika

Contents of /test/xhtmlbasicmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5.2.3 - (hide annotations) (download)
Mon Jun 12 19:18:23 2006 UTC (20 years, 3 months ago) by ahby
Branch: r1_1
Changes since 1.5.2.2: +4 -1 lines
Added a target for creating the flattened version of the DTD.

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.3 # $Id: Makefile,v 1.5.2.3 2006/06/12 20:18:23 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.2 TYPE = WD
15 mimasa 1.1
16     TIDY = /usr/local/bin/tidy -n -wrap 200
17    
18     SOURCE =
19    
20     OUTPUT =
21    
22 ahby 1.5.2.1 PREVIOUS = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html
23 mimasa 1.1
24 ahby 1.3 all: $(OUTPUT) ind