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 d451aab commit ef56182Copy full SHA for ef56182
Makefile
@@ -142,10 +142,9 @@ latexdoc texdoc doc:
142
(cd mathics/doc/latex && $(MAKE) doc)
143
144
#: Build JSON ASCII to unicode opcode table and operator table
145
-mathics/data/op-tables.json mathics/data/operators.json:
+mathics/data/operator-tables.json mathics/data/op-tables.json mathics/data/operators.json:
146
$(BASH) ./admin-tools/make-op-tables.sh
147
148
-
149
#: Remove ChangeLog
150
rmChangeLog:
151
$(RM) ChangeLog || true
0 commit comments