Skip to content

Commit 457cf09

Browse files
committed
rename list of TeX files
1 parent ddb45f7 commit 457cf09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NOTE_PDF= $(NOTE:tex=pdf)
2323
SLIDE_NEW= $(SLIDE_PDF:pdf=pdf.new)
2424
NOTE_NEW= $(NOTE_PDF:pdf=pdf.new)
2525

26-
TEX= common.tex \
26+
TEX_FILES= common.tex \
2727
intro.tex \
2828
file-api.tex \
2929
user-access.tex \
@@ -38,8 +38,8 @@ TEX= common.tex \
3838
history.tex \
3939
appendix.tex
4040

41-
SLIDES= $(TEX) ${SLIDE}
42-
NOTES= $(TEX) ${NOTE}
41+
SLIDES= $(TEX_FILES) ${SLIDE}
42+
NOTES= $(TEX_FILES) ${NOTE}
4343

4444
all: slides notes spellcheck
4545

0 commit comments

Comments
 (0)