Skip to content

Commit 6d851c3

Browse files
committed
[CSS2] Renamed cover.src to Overview.src
1 parent 374451d commit 6d851c3

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

css2/Makefile

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
#THE_YEAR = YYYY
88
THE_YEAR = 2016
99
#THE_MONTH = MM
10-
THE_MONTH = 03
10+
THE_MONTH = 04
1111
#THE_MONTHNAME = MMMMM
12-
THE_MONTHNAME = March
12+
THE_MONTHNAME = April
1313
#THE_DAY = DD
14-
THE_DAY = 29
14+
THE_DAY = 12
1515
#THE_STATUS = FPWD
1616
THE_STATUS = ED
1717
#THE_STATUSNAME = First Public Working Draft
@@ -66,7 +66,7 @@ ROOT = .
6666

6767
# the following files are part of the CSS specification
6868
SRCS0 = \
69-
cover.src
69+
Overview.src
7070

7171
SRCS1 = \
7272
about.src\
@@ -112,7 +112,7 @@ refs.html
112112
SPECSRCS= $(SRCS0) $(MAINSRCS) $(APPSRCS)
113113

114114
SPECOBJS= \
115-
cover.html\
115+
Overview.html\
116116
about.html\
117117
intro.html\
118118
conform.html\
@@ -142,7 +142,7 @@ leftblank.html\
142142
indexlist.html
143143

144144
#IMAGES = images/*.gif images/*.png
145-
IMAGES = images/*.png images/*.jpg
145+
IMAGES = images/*.png
146146
LONGDESCS = images/longdesc/*.html
147147
STYLESHEETS= style/*.css
148148

@@ -340,13 +340,13 @@ build/meta-viewport:
340340
echo '<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">' >$@
341341

342342
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>' >$@
344344

345345
#images/links.ok : $(IMAGES)
346346
# -@(cd images; for i in *.gif; do $(LN) -s $$i "`basename $$i .gif`" 2>//dev/null; done)
347347
# touch images/links.ok
348348

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
350350
@if [ -z "$(INSTALLDIR)" ]; then\
351351
echo >&2;\
352352
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
359359
# -$(RM) -f $(CSSGROUPDIR)/issues.html
360360
# -$(RM) $(CSSGROUPDIR)/css2-issues.html
361361
# $(LN) -s $(INSTALLDIR)/issues.html $(CSSGROUPDIR)/css2-issues.html
362-
-$(RM) $(INSTALLDIR)/Overview.html
363-
(cd $(INSTALLDIR); $(LN) -s cover.html Overview.html)
364362

365363
$(INSTALLDIR)/.htaccess:
366364
mkdir -p $(INSTALLDIR)
367-
echo "DirectoryIndex cover.html" >$@
365+
# echo "DirectoryIndex Overview.html" >$@
368366
echo "<Files ~ \"\.html\">" >>$@
369367
echo "ForceType 'text/html; charset=utf-8'" >>$@
370368
echo "</Files>" >>$@
@@ -407,7 +405,8 @@ errata.html : errata.src
407405

408406
extras: css2.tgz
409407

410-
%.pdf: %.html style/default.css; prince -o $@ $<
408+
%.pdf: %.html style/default.css style/prince.css
409+
prince -s style/prince.css -o $@ $<
411410
%.ps: %.pdf; $(PDF2PS) $< $@
412411

413412
# css2.pdf: $(SPECOBJS:.html=.pdf)
@@ -460,12 +459,12 @@ $(PROPBLKSDIR)/blocks.ok: $(PROPSRC)
460459
touch $@
461460

462461

463-
cover.srd: cover.src build/contents.srb build/minicontents.srb
462+
Overview.srd: Overview.src build/contents.srb build/minicontents.srb
464463
@echo "=========== making" $@
465464
$(HIPP) $(INCLUDES) $< |\
466465
$(ADDCITE) -r $(REFS) $(REFSRCS) >$@
467466

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
469468
@echo "=========== making" $@
470469
$(ADDNAVBAR) -r $@ $< |\
471470
$(INSAFTER) - build/meta-viewport /TITLE - |\

css2/cover.src renamed to css2/Overview.src

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
-->
6666

6767
<p>This document is also available in these non-normative formats:
68-
<a href="_THIS_VERSION_/css2.txt">plain text</a>,
69-
<a href="_THIS_VERSION_/css2.tgz">gzip'ed tar file</a>,
70-
<a href="_THIS_VERSION_/css2.zip">zip file</a>,
71-
<a href="_THIS_VERSION_/css2.ps.gz">gzip'ed PostScript</a>,
72-
<a href="_THIS_VERSION_/css2.pdf">PDF</a>.
68+
<a href="css2.txt">plain text</a>,
69+
<a href="css2.tgz">gzip'ed tar file</a>,
70+
<a href="css2.zip">zip file</a>,
71+
<a href="css2.ps.gz">gzip'ed PostScript</a>,
72+
<a href="css2.pdf">PDF</a>.
7373
See also <a
7474
href="http://www.w3.org/2005/11/Translations/Query?titleMatch=CSS;lang=any;search1=Submit"><strong>
7575
translations</strong></a>.

css2/Project.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616

1717
@stylesheet style/default.css text/css
1818
@stylesheet https://www.w3.org/StyleSheets/TR/2016/W3C-_THE_STYLE_.css text/css
19-
@contents "cover.html#minitoc"
19+
@contents "Overview.html#minitoc"
2020

2121
# Additional links. If for navbar, then add a 3rd column
2222

2323
@link CSS-properties propidx.html "properties"
2424
#@link CSS-descriptors descidx.html "descriptors"
2525
@link index indexlist.html "index"
26-
@link first cover.html
26+
@link first Overview.html
2727

2828
# Suppress all 6 levels of section numbers in the cover page
2929

3030
@format "" "" "" "" "" ""
31-
@chapter cover.html
31+
@chapter Overview.html
3232

3333
# Maximum of 3 levels of numbers in main body
3434

0 commit comments

Comments
 (0)