qla2x00t/doc/Makefile: Add to repository

This commit is contained in:
Bart Van Assche
2021-12-22 20:02:45 -08:00
parent efe085fb0d
commit 47f5a89f3e

2
qla2x00t/doc/Makefile Normal file
View File

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