changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / skelfile

revision 356: 955afe21959d
parent 355: 2fdc3544cde7
child 357: 069f7b2fc278
     1.1--- a/skelfile	Tue Jul 30 19:20:40 2024 -0400
     1.2+++ b/skelfile	Sun Aug 11 16:49:37 2024 -0400
     1.3@@ -99,7 +99,7 @@
     1.4  (install-stumpwm () #$cd .stash/src/stumpwm && make install$#)
     1.5  ;; dist
     1.6  (dist-emacs-mini () #$cd .stash/src/emacs
     1.7-                  ./make-dist --tar --no-compress
     1.8+                  ./make-dist --tar --no-compress --no-info --no-changelog
     1.9                   zstd -8 emacs-31.0.50.tar -o "../../emacs-mini.tar.zst"$#)
    1.10  (dist-emacs () #$cd .stash/src/emacs
    1.11              ./make-dist --tar --no-compress