From f051291984ad3c65994f6a2f42938cf503ef4113 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Jun 2026 00:14:13 -0700 Subject: GNUmakefile: Create a tar.gz package This should make it possible to upload all of the contents to sourcehut pages. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index ff739af..20f90fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -136,7 +136,8 @@ package: \ $(OUTDIR)/$(guile (get-module-version "oni-vterm")) \ $(OUTDIR)/$(guile (get-module-version "oni-web")) \ $(OUTDIR)/$(guile (get-module-version "oni-yaml")) \ - $(OUTDIR)/$(guile (get-multifile-module-version "oni-yasnippet")) \ + $(OUTDIR)/$(guile (get-multifile-module-version "oni-yasnippet")) + cd public && tar cvzf emacs-config.tar.gz . clean: rm -rfv .eldev public -- cgit v1.3-2-g0d8e