5 |
# $Id$ |
# $Id$ |
6 |
# |
# |
7 |
# $Log$ |
# $Log$ |
8 |
# Revision 1.3 2004/11/12 21:51:19 ahby |
# Revision 1.5.2.1 2006/03/22 15:20:07 ahby |
9 |
# Changed previous. |
# Fixed previous to point into new directory. |
10 |
|
# |
11 |
|
# Revision 1.5.2.1 2006/03/22 15:20:07 ahby |
12 |
|
# Fixed previous to point into new directory. |
13 |
|
# |
14 |
|
# Revision 1.5 2004/11/12 22:45:01 ahby |
15 |
|
# Fixed the release generation script again. |
16 |
|
# |
17 |
|
# Revision 1.4 2004/11/12 21:52:10 ahby |
18 |
|
# grrrr |
19 |
# |
# |
20 |
# Revision 1.3 2004/11/12 21:51:19 ahby |
# Revision 1.3 2004/11/12 21:51:19 ahby |
21 |
# Changed previous. |
# Changed previous. |
88 |
|
|
89 |
OUTPUT = |
OUTPUT = |
90 |
|
|
91 |
PREVIOUS = /home/httpd/html/htmlwg/archive/REC-xhtml-basic-20001219/index.html |
PREVIOUS = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html |
92 |
|
|
93 |
all: $(OUTPUT) index.html |
all: $(OUTPUT) index.html |
94 |
|
|
95 |
dev: all |
dev: all |
96 |
/usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-print-diff.html |
/usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-basic-diff.html |
97 |
/usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html |
/usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html |
98 |
ps2pdf xhtml-basic.ps xhtml-basic.pdf |
ps2pdf xhtml-basic.ps xhtml-basic.pdf |
99 |
|
|