1 |
mimasa |
1.1 |
# Makefile for voyager |
2 |
|
|
# |
3 |
|
|
# generates static HTML versions from MetaHTML sources for xhtml-basic |
4 |
|
|
# |
5 |
ahby |
1.3 |
# $Id: Makefile,v 1.3 2004/11/12 21:51:19 ahby Exp $ |
6 |
mimasa |
1.1 |
# |
7 |
|
|
# $Log: Makefile,v $ |
8 |
ahby |
1.3 |
# Revision 1.3 2004/11/12 21:51:19 ahby |
9 |
|
|
# Changed previous. |
10 |
|
|
# |
11 |
ahby |
1.2 |
# Revision 1.2 2004/11/12 21:27:51 ahby |
12 |
|
|
# Added second edition data. |
13 |
|
|
# |
14 |
mimasa |
1.1 |
# Revision 1.1 2004/02/04 10:35:03 mimasa |
15 |
|
|
# Added files for production. |
16 |
|
|
# |
17 |
|
|
# Revision 1.3 2003/07/17 00:50:23 ahby |
18 |
|
|
# Updated the Makefile. |
19 |
|
|
# |
20 |
|
|
# Revision 1.2 2003/07/17 00:46:15 ahby |
21 |
|
|
# Updated the dev target and the previous version pointer. |
22 |
|
|
# |
23 |
|
|
# Revision 1.1 2003/07/16 18:57:05 ahby |
24 |
|
|
# Initial versions under source control. |
25 |
|
|
# |
26 |
|
|
# Revision 1.11 2003/05/01 22:10:03 ahby |
27 |
|
|
# Changed default document type to PR. |
28 |
|
|
# |
29 |
|
|
# Revision 1.10 2003/02/06 16:22:05 ahby |
30 |
|
|
# Fixed the document type references and style sheet references to be |
31 |
|
|
# dynamic again. |
32 |
|
|
# |
33 |
|
|
# Revision 1.9 2002/06/14 16:05:03 spemberton |
34 |
|
|
# Editorial cleanup |
35 |
|
|
# |
36 |
|
|
# Revision 1.8 2001/07/25 20:17:31 ahby |
37 |
|
|
# Removed references to xhtml-events in preparation for changing module name to |
38 |
|
|
# xhtml-print. |
39 |
|
|
# |
40 |
|
|
# Revision 1.7 2001/06/07 15:27:39 ahby |
41 |
|
|
# Fixed a broken link |
42 |
|
|
# |
43 |
|
|
# Revision 1.6 2001/06/05 15:39:23 ahby |
44 |
|
|
# Fixed the makefile - reference to html2ps was wrong. |
45 |
|
|
# |
46 |
|
|
# Revision 1.5 2001/06/05 15:34:49 ahby |
47 |
|
|
# Added the dev target for makes |
48 |
|
|
# |
49 |
|
|
# Revision 1.4 2001/06/05 15:30:36 ahby |
50 |
|
|
# added a mode to create a diff file and postscript/pdf |
51 |
|
|
# |
52 |
|
|
# Revision 1.3 2001/05/31 20:47:18 ahby |
53 |
|
|
# Fixed the makefile harder. |
54 |
|
|
# |
55 |
|
|
# Revision 1.2 2001/05/31 20:45:36 ahby |
56 |
|
|
# Updated makefile so that it could find the metahtml processor. |
57 |
|
|
# |
58 |
|
|
# Revision 1.1 2001/05/31 20:35:46 ahby |
59 |
|
|
# Converted over to using metahtml and macros. |
60 |
|
|
# Cleaned up headers/titles. |
61 |
|
|
# Started conversion to abstract module/DTD/Schema style. |
62 |
|
|
# |
63 |
|
|
# |
64 |
|
|
# |
65 |
|
|
|
66 |
|
|
.SUFFIXES: .mhtml .html |
67 |
|
|
|
68 |
|
|
.mhtml.html: |
69 |
|
|
-cat xmacros.mhtml $< | /usr/local/metahtml/bin/mhc --set smacs::type "$(TYPE)" | $(TIDY) > $@ |
70 |
|
|
|
71 |
ahby |
1.2 |
TYPE = PER |
72 |
mimasa |
1.1 |
|
73 |
|
|
TIDY = /usr/local/bin/tidy -n -wrap 200 |
74 |
|
|
|
75 |
|
|
SOURCE = |
76 |
|
|
|
77 |
|
|
OUTPUT = |
78 |
|
|
|
79 |
ahby |
1.3 |
PREVIOUS = /home/httpd/html/htmlwg/archive/REC-xhtml-basic-20001219/index.html |
80 |
mimasa |
1.1 |
|
81 |
ahby |
1.3 |
all: $(OUTPUT) index.html |
82 |
mimasa |
1.1 |
|
83 |
|
|
dev: all |
84 |
ahby |
1.3 |
/usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-print-diff.html |
85 |
|
|
/usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html |
86 |
mimasa |
1.1 |
ps2pdf xhtml-basic.ps xhtml-basic.pdf |
87 |
|
|
|
88 |
|
|
release: $(OUTPUT) |
89 |
ahby |
1.3 |
-/usr/local/metahtml/bin/mhc --set smacs::hide-sections no --set smacs::type "$(TYPE)" --set date "$(DATE)" --set release "$(RELEASE)" Overview.mhtml | $(TIDY) > index.html |
90 |
mimasa |
1.1 |
rm -f fixrefs.sed |
91 |
|
|
|
92 |
ahby |
1.3 |
validate: $(OUTPUT) index.html |
93 |
|
|
for file in $(OUTPUT) index.html; \ |
94 |
mimasa |
1.1 |
do \ |
95 |
|
|
/usr/local/bin/nsgmls -s -wxml $$file ; \ |
96 |
|
|
done |
97 |
|
|
|
98 |
|
|
clobber: |
99 |
ahby |
1.3 |
-rm -rf $(OUTPUT) index.html xhtml-basic xhtml-basic-*.html *.pdf *.ps *.zip *.tgz |
100 |
mimasa |
1.1 |
|
101 |
|
|
$(OUTPUT): xmacros.mhtml |
102 |
|
|
|
103 |
ahby |
1.3 |
index.html: Overview.mhtml xmacros.mhtml $(SOURCE) |
104 |
|
|
-/usr/local/metahtml/bin/mhc --set smacs::hide-sections no --set smacs::type "$(TYPE)" Overview.mhtml | $(TIDY) > index.html |
105 |
mimasa |
1.1 |
rm -f fixrefs.sed |