diff options
| author | 2026-06-29 00:14:13 -0700 | |
|---|---|---|
| committer | 2026-06-29 00:14:13 -0700 | |
| commit | f051291984ad3c65994f6a2f42938cf503ef4113 (patch) | |
| tree | 0bd49561f938af2d018fd38503f6cddb81e75962 | |
| parent | 963b048a13bcca5f778ffd4adb97b104681b172a (diff) | |
| download | emacs-config-f051291984ad3c65994f6a2f42938cf503ef4113.tar.gz emacs-config-f051291984ad3c65994f6a2f42938cf503ef4113.zip | |
GNUmakefile: Create a tar.gz package
This should make it possible to upload all of the contents to sourcehut pages.
| -rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
