aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-03-03 20:38:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-03-03 20:38:28 +0000
commit461b120465a0bc658a5b90a7abef5ce53e746ea0 (patch)
treef03491a164e7d527e66d82daad35ee0f31a604eb /Makefile.devel
parentf603eb4085c4f6e05a946633120fc227c0b7e680 (diff)
Add distcompile target
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 0e9ad873..77793bab 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -214,7 +214,7 @@ FORCE:
# Targets to pre-compile for distribution
# Slightly dodgy to include elisp compile here, because
# it can be incompatible across emacs versions.
-alldist: distdocs
+alldist: distcompile distdocs
############################################################
@@ -295,6 +295,16 @@ distdocs: FORCE
############################################################
#
+# Compilation
+#
+distcompile: FORCE
+ @echo "***** MAKING ELC FILES ****"
+ $(MAKE) compile
+
+
+
+############################################################
+#
# Images
#
images: FORCE