Files
scst/qla2x00t/doc/Makefile
T

3 lines
88 B
Makefile

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