include ${WEBBASE}/Include/Makefile.inc

# Tell Tidy to ignore proprietary attributes (needed for
# some social media integrations).
# TIDY_OPTIONS=--warn-proprietary-attributes no

# Set TIDY_TOLERATE_WARNINGS to 1 to ignore HTML Tidy warnings
# TIDY_TOLERATE_WARNINGS=1

# Set VALIDATE to false to disable Validator.Nu validation
# VALIDATOR=false

files.web: emptyfile samplefile

emptyfile:
	touch -d"23 Nov 1963 19:23:45" $@

samplefile:
	dd if=/dev/zero of=$@ bs=1 count=321

