emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/caml 372df7a 10/14: Makefile: add a “tarball” target for


From: ELPA Syncer
Subject: [nongnu] elpa/caml 372df7a 10/14: Makefile: add a “tarball” target for convenience
Date: Tue, 24 Aug 2021 05:57:23 -0400 (EDT)

branch: elpa/caml
commit 372df7a4b55c0af729c79176c17d559d098c5ae5
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Makefile: add a “tarball” target for convenience
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b7ab95c..41fa1c9 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ ocamltags:    ocamltags.in
 install-ocamltags: ocamltags
        $(INSTALL_DATA) ocamltags $(INSTALL_BIN)/ocamltags
 
+tarball: $(TARBALL)
 $(TARBALL): $(DIST_FILES)
        $(INSTALL_MKDIR) $(DIST_NAME)
        for f in $(DIST_FILES); do cp $$f $(DIST_NAME); done
@@ -118,4 +119,4 @@ clean:
 
 
 .PHONY: install install-el ocamltags install-ocamltags \
-        submit compile-only clean
+        tarball submit compile-only clean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]