5 |
# $Id$ |
# $Id$ |
6 |
# |
# |
7 |
# $Log$ |
# $Log$ |
8 |
# Revision 1.1 2004/02/04 10:35:03 mimasa |
# Revision 1.2 2004/11/12 21:27:51 ahby |
9 |
# Added files for production. |
# Added second edition data. |
10 |
|
# |
11 |
|
# Revision 1.2 2004/11/12 21:27:51 ahby |
12 |
|
# Added second edition data. |
13 |
# |
# |
14 |
# Revision 1.1 2004/02/04 10:35:03 mimasa |
# Revision 1.1 2004/02/04 10:35:03 mimasa |
15 |
# Added files for production. |
# Added files for production. |
68 |
.mhtml.html: |
.mhtml.html: |
69 |
-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) > $@ |
70 |
|
|
71 |
TYPE = WD |
TYPE = PER |
72 |
|
|
73 |
TIDY = /usr/local/bin/tidy -n -wrap 200 |
TIDY = /usr/local/bin/tidy -n -wrap 200 |
74 |
|
|
81 |
all: $(OUTPUT) Overview.html |
all: $(OUTPUT) Overview.html |
82 |
|
|
83 |
dev: all |
dev: all |
84 |
/usr/local/bin/htmldiff -o $(PREVIOUS) Overview.html xhtml-print-diff.html |
/usr/local/bin/htmldiff -t $(PREVIOUS) Overview.html xhtml-print-diff.html |
85 |
/usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps Overview.html |
/usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps Overview.html |
86 |
ps2pdf xhtml-basic.ps xhtml-basic.pdf |
ps2pdf xhtml-basic.ps xhtml-basic.pdf |
87 |
|
|