We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bd249 commit a6397c2Copy full SHA for a6397c2
1 file changed
compositing-1/Makefile
@@ -40,9 +40,9 @@ all: $(OUTPUTFILE)
40
41
$(OUTPUTFILE): $(SOURCEFILE)
42
ifeq (,$(PUBDATE))
43
- $(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI)
+ $(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI) -F status=$(STATUS)
44
else
45
- $(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FXw -F output=html -F method=file $(PROCESSCGI) -F date=$(PUBDATE)
+ $(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI) -F status=$(STATUS) -F date=$(PUBDATE)
46
endif
47
48
publish:
0 commit comments