Skip to content

Commit a6397c2

Browse files
bert-githubsvgeesus
authored andcommitted
Added a way to pass a status to the postprocessor, because it cannot detect LC status from the document itself.
1 parent c3bd249 commit a6397c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compositing-1/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ all: $(OUTPUTFILE)
4040

4141
$(OUTPUTFILE): $(SOURCEFILE)
4242
ifeq (,$(PUBDATE))
43-
$(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI)
43+
$(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FX -F output=html -F method=file $(PROCESSCGI) -F status=$(STATUS)
4444
else
45-
$(CURL) $(CURLFLAGS) -K ~/.curl-w3.org -F file="@$<" -o "$@" -F group=FXw -F output=html -F method=file $(PROCESSCGI) -F date=$(PUBDATE)
45+
$(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)
4646
endif
4747

4848
publish:

0 commit comments

Comments
 (0)