branch: elpa/caml commit 372df7a4b55c0af729c79176c17d559d098c5ae5 Author: Christophe Troestler <christophe.troest...@umons.ac.be> Commit: Christophe Troestler <christophe.troest...@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