Skip to content

Commit

Permalink
Read revision for asy-keywords from version.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Nov 22, 2024
1 parent 8c33742 commit 1ceb754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ asy-keywords.el: asy base/v3dtypes.asy base/v3dheadertypes.asy
$(ASY) -l > asy.list
ls $(addsuffix /*.asy,$(KEYWORDS)) | grep -v plain\* | \
grep -v three_\* | grep -v map | xargs $(ASY) -l >> asy.list
revision=`cat version.txt`
$(PERL) ./asy-list.pl asy.list $(revision)

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

0 comments on commit 1ceb754

Please sign in to comment.