blob: 71eec2028f994e4a287d365d620024cbac756edb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- lisp/Makefile.orig 2025-01-10 12:11:57 UTC
+++ lisp/Makefile
@@ -49,11 +49,11 @@ -include .dependencies
##obsolete/%.elc: obsolete/%.el
## $(COMPILE-SIMPLE) $<
-JULIA-REPO=https://raw.githubusercontent.com/JuliaEditorSupport/julia-emacs/master
+#JULIA-REPO=https://raw.githubusercontent.com/JuliaEditorSupport/julia-emacs/master
## Should happen before building ESS; definitely *NOT* after unpacking tarball :
-$(JULIAS):
- test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode.el > julia-mode.el
- test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode-latexsubs.el > julia-mode-latexsubs.el
+#$(JULIAS):
+# test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode.el > julia-mode.el
+# test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode-latexsubs.el > julia-mode-latexsubs.el
julia-%.elc: julia-%.el
$(COMPILE-SIMPLE) $<
|