mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
www/Makefile: Add this file to the repository
Make it easy to check HTML-compliance of the SCST website.
This commit is contained in:
2
www/Makefile
Normal file
2
www/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
check:
|
||||
find -name '*.html' | while read f; do tidy -e < "$$f" | sed "s|^-e|$$f|"; done
|
||||
Reference in New Issue
Block a user