We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c53622 commit 0b6154eCopy full SHA for 0b6154e
Makefile
@@ -64,6 +64,8 @@ clean:
64
65
spellcheck:
66
@rm -f /tmp/aspell.out
67
+ @echo "test" | sed -E -f spellfilter.sed >/dev/null; \
68
+ if [ $$? -ne 0 ]; then echo "sed failed"; exit 1; fi
69
@for file in ${SLIDES}; do \
70
echo "### Checking $$file"; \
71
$(M4) $$file | sed -E -f spellfilter.sed | \
0 commit comments