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 462705b commit eaf2d99Copy full SHA for eaf2d99
Makefile
@@ -52,7 +52,7 @@ slides: $(SLIDES)
52
mv $(SLIDE:tex=m4.pdf) $(SLIDE_PDF)
53
54
notes: $(NOTES)
55
- @for i in $(NOTE) ${NOTES}; do \
+ @for i in ${NOTES}; do \
56
new=`echo $$i | sed -e 's/.tex/.m4.tex/g'`; \
57
$(M4) -D NOSPELLCHECK $$i > $$new; \
58
done
0 commit comments