7
7
# THE_YEAR = YYYY
8
8
THE_YEAR = 2016
9
9
# THE_MONTH = MM
10
- THE_MONTH = 03
10
+ THE_MONTH = 04
11
11
# THE_MONTHNAME = MMMMM
12
- THE_MONTHNAME = March
12
+ THE_MONTHNAME = April
13
13
# THE_DAY = DD
14
- THE_DAY = 29
14
+ THE_DAY = 12
15
15
# THE_STATUS = FPWD
16
16
THE_STATUS = ED
17
17
# THE_STATUSNAME = First Public Working Draft
@@ -66,7 +66,7 @@ ROOT = .
66
66
67
67
# the following files are part of the CSS specification
68
68
SRCS0 = \
69
- cover .src
69
+ Overview .src
70
70
71
71
SRCS1 = \
72
72
about.src\
@@ -112,7 +112,7 @@ refs.html
112
112
SPECSRCS = $(SRCS0 ) $(MAINSRCS ) $(APPSRCS )
113
113
114
114
SPECOBJS = \
115
- cover .html\
115
+ Overview .html\
116
116
about.html\
117
117
intro.html\
118
118
conform.html\
@@ -142,7 +142,7 @@ leftblank.html\
142
142
indexlist.html
143
143
144
144
# IMAGES = images/*.gif images/*.png
145
- IMAGES = images/*.png images/*.jpg
145
+ IMAGES = images/*.png
146
146
LONGDESCS = images/longdesc/*.html
147
147
STYLESHEETS = style/*.css
148
148
@@ -340,13 +340,13 @@ build/meta-viewport:
340
340
echo ' <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">' > $@
341
341
342
342
build/fixup-js :
343
- echo ' <script type="text/javascript" src="//www.w3.org/scripts/TR/2016/fixup.js"></script>' > $@
343
+ echo ' <script type="text/javascript" src="https: //www.w3.org/scripts/TR/2016/fixup.js"></script>' > $@
344
344
345
345
# images/links.ok : $(IMAGES)
346
346
# -@(cd images; for i in *.gif; do $(LN) -s $$i "`basename $$i .gif`" 2>//dev/null; done)
347
347
# touch images/links.ok
348
348
349
- install : all css2.tgz css2.txt css2.zip css2.ps.gz css2.pdf $(INSTALLDIR ) /.htaccess
349
+ install : all css2.tgz css2.txt css2.zip css2.ps.gz css2.pdf # $(INSTALLDIR)/.htaccess
350
350
@if [ -z " $( INSTALLDIR) " ]; then\
351
351
echo >&2 ; \
352
352
echo " *** No target directory specified" >&2 ; \
@@ -359,12 +359,10 @@ install: all css2.tgz css2.txt css2.zip css2.ps.gz css2.pdf $(INSTALLDIR)/.htacc
359
359
# -$(RM) -f $(CSSGROUPDIR)/issues.html
360
360
# -$(RM) $(CSSGROUPDIR)/css2-issues.html
361
361
# $(LN) -s $(INSTALLDIR)/issues.html $(CSSGROUPDIR)/css2-issues.html
362
- -$(RM) $(INSTALLDIR)/Overview.html
363
- (cd $(INSTALLDIR); $(LN) -s cover.html Overview.html)
364
362
365
363
$(INSTALLDIR ) /.htaccess :
366
364
mkdir -p $(INSTALLDIR )
367
- echo " DirectoryIndex cover .html" > $@
365
+ # echo "DirectoryIndex Overview .html" >$@
368
366
echo "<Files ~ \"\.html\">" >>$@
369
367
echo "ForceType 'text/html; charset=utf-8'" >>$@
370
368
echo "</Files>" >>$@
@@ -407,7 +405,8 @@ errata.html : errata.src
407
405
408
406
extras : css2.tgz
409
407
410
- % .pdf : % .html style/default.css; prince -o $@ $<
408
+ % .pdf : % .html style/default.css style/prince.css
409
+ prince -s style/prince.css -o $@ $<
411
410
% .ps : % .pdf; $(PDF2PS ) $< $@
412
411
413
412
# css2.pdf: $(SPECOBJS:.html=.pdf)
@@ -460,12 +459,12 @@ $(PROPBLKSDIR)/blocks.ok: $(PROPSRC)
460
459
touch $@
461
460
462
461
463
- cover .srd : cover .src build/contents.srb build/minicontents.srb
462
+ Overview .srd : Overview .src build/contents.srb build/minicontents.srb
464
463
@echo " =========== making" $@
465
464
$(HIPP ) $(INCLUDES ) $< | \
466
465
$(ADDCITE ) -r $(REFS ) $(REFSRCS ) > $@
467
466
468
- cover .html : cover .srd Project.cfg build/meta-viewport build/fixup-js
467
+ Overview .html : Overview .srd Project.cfg build/meta-viewport build/fixup-js
469
468
@echo " =========== making" $@
470
469
$(ADDNAVBAR ) -r $@ $< | \
471
470
$(INSAFTER ) - build/meta-viewport /TITLE - | \
0 commit comments