Skip to content

Commit

Permalink
Update autotools build now that M2-emacs is no longer a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Feb 8, 2025
1 parent 101a0d6 commit 63aff13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions M2/Macaulay2/editors/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ ARGS = --script
.NOTPARALLEL:

MADEFILES = M2-symbols.el M2-emacs-help.txt M2-emacs.m2
SRCFILES = M2-init.el M2-mode.el M2.el README.md

all: @pre_emacsdir@ $(addprefix @pre_emacsdir@/, $(SRCFILES) $(MADEFILES))
verify: $(addprefix @pre_emacsdir@/, $(SRCFILES) $(MADEFILES)) $(addprefix emacs/, $(SRCFILES) $(MADEFILES)); ls -lrt $^
all: @pre_emacsdir@ $(addprefix @pre_emacsdir@/, $(MADEFILES))
verify: $(addprefix @pre_emacsdir@/, $(MADEFILES)) $(addprefix emacs/, $(MADEFILES)); ls -lrt $^
Makefile: @srcdir@/Makefile.in; cd ../..; ./config.status Macaulay2/editors/Makefile

@pre_emacsdir@ :; @INSTALL@ -d "$@"
Expand Down

0 comments on commit 63aff13

Please sign in to comment.