Skip to content

Commit d7c04fb

Browse files
committed
Added documentation. Use date at server, rather than local.
--HG-- extra : rebase_source : 7722095b444703434cfc2e9d11da88a2b7ad407d
1 parent 3ab2268 commit d7c04fb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-template/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
# Possible other options to add to the curl command below:
1212
# -F ids=on
1313
# -F omitdchtml=on
14+
# e.g., like this: make opts="-F ids=on -F omitdchtml=on"
1415

16+
cdate =
17+
status =
1518
opts =
1619

17-
cdate = $(shell date +%Y%m%d)
18-
1920
%.html: %.src.html
2021
@echo "Calling post-processor to generate $@..."
2122
@curl -K ~/.curl-w3.org -s -S -F output=html -F file=@$< -F group=CSS \

0 commit comments

Comments
 (0)