Skip to content

Commit

Permalink
MAKE: Add PYFILES to DIST variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Aug 5, 2024
1 parent 885d64f commit 4eba858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PYGENERATEDENUMS=$(GENERATEDENUMS:=.py)

DIST = camp.tab.h camp.tab.cc lex.yy.cc runtime.cc keywords.h \
asy-keywords.el $(RUNTIME_FILES:=.cc) asy.list \
$(SYMBOLSH) $(GENERATEDENUMS:=.h) $(ASYGENERATEDENUMS)
$(SYMBOLSH) $(GENERATEDENUMS:=.h) $(ASYGENERATEDENUMS) $(PYFILES)

NAME = asy
XNAME = x$(NAME)
Expand Down

0 comments on commit 4eba858

Please sign in to comment.