aboutsummaryrefslogtreecommitdiff
path: root/Makefile.devel
diff options
context:
space:
mode:
authorHendrik Tews2020-12-15 21:54:53 +0100
committerhendriktews2020-12-19 16:43:49 +0100
commit12be85a9032ebed02d9b65da7848ab173081f41a (patch)
treefa10cd50dccf09de5dad10aea64c40b1e58bc8c4 /Makefile.devel
parent8bca3fbcf3e2aa51e1035ec0349dc52b652bb9ad (diff)
include compile tests in CI elisp compilation
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index d4339a46..8705af31 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -169,7 +169,7 @@ RELEASENAMEDMG = $(RELEASENAME).dmg
# Where to install a distribution
DISTINSTALLDIR=/usr/local/share/elisp/proofgeneral
-SUBDIRS=$(ELISP_DIRS) etc doc images
+SUBDIRS=$(ELISP_DIRS_COMP) etc doc images
PWD=$(shell pwd)