Skip to content

Commit ef56182

Browse files
committed
Makefile: Create operator table when missing
1 parent d451aab commit ef56182

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ latexdoc texdoc doc:
142142
(cd mathics/doc/latex && $(MAKE) doc)
143143

144144
#: Build JSON ASCII to unicode opcode table and operator table
145-
mathics/data/op-tables.json mathics/data/operators.json:
145+
mathics/data/operator-tables.json mathics/data/op-tables.json mathics/data/operators.json:
146146
$(BASH) ./admin-tools/make-op-tables.sh
147147

148-
149148
#: Remove ChangeLog
150149
rmChangeLog:
151150
$(RM) ChangeLog || true

0 commit comments

Comments
 (0)