File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 $< >$@
Original file line number Diff line number Diff 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 $< >$@
Original file line number Diff line number Diff line change 2424
2525SOURCEFILE =Exclusions.src.html
2626OUTPUTFILE =Overview.html
27- PROCESSCGI =https://cgi .w3.org/member-bin /process.cgi
27+ PROCESSCGI =https://www .w3.org/Style/Group /process.cgi
2828CURL =curl
2929CURLFLAGS =
3030
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments