[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ess f6b9f45967: install ess-autoloads to ESSDIR so that
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ess f6b9f45967: install ess-autoloads to ESSDIR so that it appears in the tarball |
Date: |
Sat, 27 Jan 2024 12:58:06 -0500 (EST) |
branch: externals/ess
commit f6b9f459670557d2d77aed80eb7ec4fed104bcf8
Author: rsparapa <rsparapa@mcw.edu>
Commit: rsparapa <rsparapa@mcw.edu>
install ess-autoloads to ESSDIR so that it appears in the tarball
---
Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 5e80894cc6..182094a36e 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ uninstall:
## the rest of the targets are for ESS developer's use only :
.PHONY: tarballs sign-tarballs
TARBALLS = ess-$(ESSVERSION).tar ess-$(ESSVERSION).tgz ess-$(ESSVERSION).zip #
TODO: ess-plus-$(VERSION).tar
-tarballs: $(TARBALLS)
+tarballs: $(TARBALLS)
SIGNED_TARBALLS = $(addsuffix .sig, $(TARBALLS))
sign-tarballs: $(SIGNED_TARBALLS)
@@ -117,8 +117,8 @@ ess-$(ESSVERSION).tar:
# run in the foreground so you can accept the certificate
# NB 'all', 'cleanup-dist' must not be targets: otherwise, e.g.
# 'make tarball' re-builds the tarballs always!
-$(ESSDIR): RPM.spec
- $(MAKE) all
+$(ESSDIR): RPM.spec autoloads
+ $(MAKE) all
# remove previous ESSDIR, etc:
$(MAKE) cleanup-dist
@echo "** Exporting Files **"
@@ -133,6 +133,7 @@ $(ESSDIR): RPM.spec
cd lisp; $(INSTALL) ess.el ../$(ESSDIR)/lisp/; cd ..
cd lisp; $(MAKE) julia-mode.el; $(INSTALL) julia-mode.el
../$(ESSDIR)/lisp/; cd ..
$(INSTALL) RPM.spec $(ESSDIR)/
+ $(INSTALL) lisp/ess-autoloads.el $(ESSDIR)/lisp/
chmod a-w $(ESSDIR)/lisp/*.el
chmod u+w $(ESSDIR)/lisp/ess-site.el $(ESSDIR)/Make*
$(ESSDIR)/*/Makefile
touch $(ESSDIR)/etc/.IS.RELEASE
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/ess f6b9f45967: install ess-autoloads to ESSDIR so that it appears in the tarball,
ELPA Syncer <=