Skip to content

Commit faccf70

Browse files
committed
Update all the Makefiles for the new location of process.cgi
1 parent 4fa081a commit faccf70

File tree

18 files changed

+31
-31
lines changed

18 files changed

+31
-31
lines changed

css-color-correction/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
%.html: %.src.html
99
@echo "Calling post-processor to generate $@..."
10-
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
10+
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1111
%.err: %.src.html
1212
@echo "Calling post-processor to check $<..."
13-
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
13+
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1414

1515

1616

css-size-adjust/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
%.html: %.src.html
99
@echo "Calling post-processor to generate $@..."
10-
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
10+
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1111
%.err: %.src.html
1212
@echo "Calling post-processor to check $<..."
13-
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
13+
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1414

1515

1616

css3-2d-transforms/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ cdate = $(shell date +%Y%m%d)
1212
@echo "Calling post-processor to generate $@..."
1313
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
1414
-F date=$(cdate) \
15-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
15+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1616
%.err: %.src.html
1717
@echo "Calling post-processor to check $<..."
1818
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
1919
-F date=$(cdate) \
20-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
20+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
2121

2222

2323

css3-3d-transforms/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
%.html: %.src.html
99
@echo "Calling post-processor to generate $@..."
10-
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
10+
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1111
%.err: %.src.html
1212
@echo "Calling post-processor to check $<..."
13-
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
13+
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1414

1515

1616

css3-animations/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
1717
@echo "Calling post-processor to generate $@..."
1818
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
1919
-F date=$(cdate) -F status=$(status) \
20-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
20+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
2121
%.err: %.src.html
2222
@echo "Calling post-processor to check $<..."
2323
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
2424
-F date=$(cdate) -F status=$(status) \
25-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
25+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
2626

2727
# For Dispositions of Comments in css3-background:
2828

css3-box/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ cdate = $(shell date +%Y%m%d)
2020
@echo "Calling post-processor to generate $@..."
2121
@curl -K ~/.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
2222
-F method=file -F date=$(cdate) -F status=$(status) $(opts) -o $@ \
23-
https://cgi.w3.org/member-bin/process.cgi
23+
https://www.w3.org/Style/Group/process.cgi
2424
%.err: %.src.html
2525
@echo "Calling post-processor to check $<..."
2626
@curl -K ~/.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
2727
-F method=file -F date=$(cdate) -F status=$(status) $(opts) -o $@ \
28-
https://cgi.w3.org/member-bin/process.cgi
28+
https://www.w3.org/Style/Group/process.cgi
2929

3030
# For Dispositions of Comments in css3-background:
3131
%.html: %.txt; awk -f issues-txt-to-html.awk $< >$@

css3-color/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ cdate = $(shell date +%Y%m%d)
2020
@echo "Calling post-processor to generate $@..."
2121
@curl -K ~/.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
2222
-F method=file -F date=$(cdate) -F status=$(status) $(opts) -o $@ \
23-
https://cgi.w3.org/member-bin/process.cgi
23+
https://www.w3.org/Style/Group/process.cgi
2424
%.err: %.src.html
2525
@echo "Calling post-processor to check $<..."
2626
@curl -K ~/.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
2727
-F method=file -F date=$(cdate) -F status=$(status) $(opts) -o $@ \
28-
https://cgi.w3.org/member-bin/process.cgi
28+
https://www.w3.org/Style/Group/process.cgi
2929

3030
# For Dispositions of Comments in css3-background:
3131
%.html: %.txt; awk -f issues-txt-to-html.awk $< >$@

css3-exclusions/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
SOURCEFILE=Exclusions.src.html
2626
OUTPUTFILE=Overview.html
27-
PROCESSCGI=https://cgi.w3.org/member-bin/process.cgi
27+
PROCESSCGI=https://www.w3.org/Style/Group/process.cgi
2828
CURL=curl
2929
CURLFLAGS=
3030

css3-linebox/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
%.html: %.src.html
99
@echo "Calling post-processor to generate $@..."
10-
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
10+
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1111
%.err: %.src.html
1212
@echo "Calling post-processor to check $<..."
13-
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
13+
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1414

1515

1616

css3-multicol/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ cdate = $(shell date +%Y%m%d)
1212
@echo "Calling post-processor to generate $@..."
1313
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
1414
-F date=$(cdate) \
15-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
15+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1616
%.err: %.src.html
1717
@echo "Calling post-processor to check $<..."
1818
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
1919
-F date=$(cdate) \
20-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
20+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
2121

2222

2323

css3-overflow/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
%.html: %.src.html
99
@echo "Calling post-processor to generate $@..."
10-
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
10+
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1111
%.err: %.src.html
1212
@echo "Calling post-processor to check $<..."
13-
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
13+
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
1414

1515

1616

css3-page-template/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
SOURCEFILE=Overview.src.html
2626
OUTPUTFILE=Overview.html
27-
PROCESSCGI=https://cgi.w3.org/member-bin/process.cgi
27+
PROCESSCGI=https://www.w3.org/Style/Group/process.cgi
2828
CURL=curl
2929
CURLFLAGS=
3030

css3-regions/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
SOURCEFILE=Overview.src.html
2626
OUTPUTFILE=Overview.html
27-
PROCESSCGI=https://cgi.w3.org/member-bin/process.cgi
27+
PROCESSCGI=https://www.w3.org/Style/Group/process.cgi
2828
CURL=curl
2929
CURLFLAGS=
3030

css3-speech/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
1717
@echo "Calling post-processor to generate $@..."
1818
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
1919
-F date=$(cdate) -F status=$(status) \
20-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
20+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
2121
%.err: %.src.html
2222
@echo "Calling post-processor to check $<..."
2323
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
2424
-F date=$(cdate) -F status=$(status) \
25-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
25+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
2626

2727

2828

css3-transforms/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
SOURCEFILE=Transforms.src.html
2626
OUTPUTFILE=Overview.html
27-
PROCESSCGI=http://cgi.w3.org/member-bin/process.cgi
27+
PROCESSCGI=https://www.w3.org/Style/Group/process.cgi
2828
CURL=curl
2929
CURLFLAGS=
3030

css3-transitions/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ cdate = $(shell date +%Y%m%d)
1717
@echo "Calling post-processor to generate $@..."
1818
@curl -F file=@$< -F group=CSS -F output=html -F method=file -s \
1919
-F date=$(cdate) -F status=$(status) \
20-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
20+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
2121
%.err: %.src.html
2222
@echo "Calling post-processor to check $<..."
2323
@curl -F file=@$< -F group=CSS -F output=err -F method=file -s \
2424
-F date=$(cdate) -F status=$(status) \
25-
-K ~/.curl-w3.org http://cgi.w3.org/member-bin/process.cgi >$@
25+
-K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
2626

2727

2828

css4-pseudo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
SOURCEFILE=Overview.src.html
2626
OUTPUTFILE=Overview.html
27-
PROCESSCGI=https://cgi.w3.org/member-bin/process.cgi
27+
PROCESSCGI=https://www.w3.org/Style/Group/process.cgi
2828
CURL=curl
2929
CURLFLAGS=
3030

selectors3/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ cdate = $(shell date +%Y%m%d)
2020
@echo "Calling post-processor to generate $@..."
2121
@curl -K ~/.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \
2222
-F method=file -F date=$(cdate) -F status=$(status) $(opts) -o $@ \
23-
https://cgi.w3.org/member-bin/process.cgi
23+
https://www.w3.org/Style/Group/process.cgi
2424
%.err: %.src.html
2525
@echo "Calling post-processor to check $<..."
2626
@curl -K ~/.curl-w3.org -s -S -F output=err -F file=@$< -F group=CSS \
2727
-F method=file -F date=$(cdate) -F status=$(status) $(opts) -o $@ \
28-
https://cgi.w3.org/member-bin/process.cgi
28+
https://www.w3.org/Style/Group/process.cgi
2929

3030
# For Dispositions of Comments in css3-background:
3131
%.html: %.txt; awk -f issues-txt-to-html.awk $< >$@

0 commit comments

Comments
 (0)