Skip to content

Commit

Permalink
Revert "Build asy-keywords.el at the same time as version.asy."
Browse files Browse the repository at this point in the history
This reverts commit 8d1ee04.
  • Loading branch information
johncbowman committed Nov 22, 2024
1 parent cb59fd1 commit 8c33742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ revision.cc: version.txt
base/webgl/asygl.js: base/webgl/asygl-$(ASYGLVERSION).js
cp $< $@;

base/version.asy: version.txt base/webgl/asygl.js asy-keywords.el
base/version.asy: version.txt base/webgl/asygl.js
echo string VERSION=\"$(shell cat $<)\"\; > $@

doc/version.texi: version.txt
Expand All @@ -177,7 +177,7 @@ $(LSP_BUILD_ROOT)/Makefile:
$(LSP_BUILD_ROOT)/liblspcpp.a: $(LSP_BUILD_ROOT)/Makefile
$(MAKE) -C $(LSP_BUILD_ROOT)

all: asy sty man faq
all: asy sty man faq asy-keywords.el

$(GCLIB): $(GC).tar.gz
gunzip -c $(GC).tar.gz > $(GC).tar
Expand Down Expand Up @@ -298,7 +298,7 @@ asy-keywords.el: asy base/v3dtypes.asy base/v3dheadertypes.asy
grep -v three_\* | grep -v map | xargs $(ASY) -l >> asy.list
$(PERL) ./asy-list.pl asy.list $(revision)

install-notexhash: install-asy install-man
install-notexhash: asy-keywords.el install-asy install-man

install: install-notexhash install-texhash

Expand Down

0 comments on commit 8c33742

Please sign in to comment.