Files
scst/www/Makefile
Bart Van Assche 6dd60c4bb1 www/Makefile: Add this file to the repository
Make it easy to check HTML-compliance of the SCST website.
2021-12-19 20:06:24 -08:00

3 lines
88 B
Makefile

check:
find -name '*.html' | while read f; do tidy -e < "$$f" | sed "s|^-e|$$f|"; done