Skip to content

Commit eaf2d99

Browse files
committed
NOTES already contains NOTE
1 parent 462705b commit eaf2d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ slides: $(SLIDES)
5252
mv $(SLIDE:tex=m4.pdf) $(SLIDE_PDF)
5353

5454
notes: $(NOTES)
55-
@for i in $(NOTE) ${NOTES}; do \
55+
@for i in ${NOTES}; do \
5656
new=`echo $$i | sed -e 's/.tex/.m4.tex/g'`; \
5757
$(M4) -D NOSPELLCHECK $$i > $$new; \
5858
done

0 commit comments

Comments
 (0)