4 |
# |
# |
5 |
# $Id$ |
# $Id$ |
6 |
# |
# |
|
# $Log$ |
|
|
# Revision 1.5.2.1 2006/03/22 15:20:07 ahby |
|
|
# Fixed previous to point into new directory. |
|
|
# |
|
|
# Revision 1.5.2.1 2006/03/22 15:20:07 ahby |
|
|
# Fixed previous to point into new directory. |
|
|
# |
|
|
# Revision 1.5 2004/11/12 22:45:01 ahby |
|
|
# Fixed the release generation script again. |
|
|
# |
|
|
# Revision 1.4 2004/11/12 21:52:10 ahby |
|
|
# grrrr |
|
|
# |
|
|
# Revision 1.3 2004/11/12 21:51:19 ahby |
|
|
# Changed previous. |
|
|
# |
|
|
# Revision 1.2 2004/11/12 21:27:51 ahby |
|
|
# Added second edition data. |
|
|
# |
|
|
# Revision 1.1 2004/02/04 10:35:03 mimasa |
|
|
# Added files for production. |
|
|
# |
|
|
# Revision 1.3 2003/07/17 00:50:23 ahby |
|
|
# Updated the Makefile. |
|
|
# |
|
|
# Revision 1.2 2003/07/17 00:46:15 ahby |
|
|
# Updated the dev target and the previous version pointer. |
|
|
# |
|
|
# Revision 1.1 2003/07/16 18:57:05 ahby |
|
|
# Initial versions under source control. |
|
|
# |
|
|
# Revision 1.11 2003/05/01 22:10:03 ahby |
|
|
# Changed default document type to PR. |
|
|
# |
|
|
# Revision 1.10 2003/02/06 16:22:05 ahby |
|
|
# Fixed the document type references and style sheet references to be |
|
|
# dynamic again. |
|
|
# |
|
|
# Revision 1.9 2002/06/14 16:05:03 spemberton |
|
|
# Editorial cleanup |
|
|
# |
|
|
# Revision 1.8 2001/07/25 20:17:31 ahby |
|
|
# Removed references to xhtml-events in preparation for changing module name to |
|
|
# xhtml-print. |
|
|
# |
|
|
# Revision 1.7 2001/06/07 15:27:39 ahby |
|
|
# Fixed a broken link |
|
|
# |
|
|
# Revision 1.6 2001/06/05 15:39:23 ahby |
|
|
# Fixed the makefile - reference to html2ps was wrong. |
|
|
# |
|
|
# Revision 1.5 2001/06/05 15:34:49 ahby |
|
|
# Added the dev target for makes |
|
|
# |
|
|
# Revision 1.4 2001/06/05 15:30:36 ahby |
|
|
# added a mode to create a diff file and postscript/pdf |
|
|
# |
|
|
# Revision 1.3 2001/05/31 20:47:18 ahby |
|
|
# Fixed the makefile harder. |
|
|
# |
|
|
# Revision 1.2 2001/05/31 20:45:36 ahby |
|
|
# Updated makefile so that it could find the metahtml processor. |
|
|
# |
|
|
# Revision 1.1 2001/05/31 20:35:46 ahby |
|
|
# Converted over to using metahtml and macros. |
|
|
# Cleaned up headers/titles. |
|
|
# Started conversion to abstract module/DTD/Schema style. |
|
|
# |
|
|
# |
|
7 |
# |
# |
8 |
|
|
9 |
.SUFFIXES: .mhtml .html |
.SUFFIXES: .mhtml .html |
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 = PER |
TYPE = WD |
15 |
|
|
16 |
TIDY = /usr/local/bin/tidy -n -wrap 200 |
TIDY = /usr/local/bin/tidy -n -wrap 200 |
17 |
|
|