mirror of
https://github.com/SCST-project/scst.git
synced 2026-06-09 23:22:33 +00:00
6dd60c4bb1
Make it easy to check HTML-compliance of the SCST website.
3 lines
88 B
Makefile
3 lines
88 B
Makefile
check:
|
|
find -name '*.html' | while read f; do tidy -e < "$$f" | sed "s|^-e|$$f|"; done
|