diff options
| author | 2026-06-28 14:34:38 -0700 | |
|---|---|---|
| committer | 2026-06-28 14:34:38 -0700 | |
| commit | 0a99dbb31898b8196c3e6a6cfa36ff790e3a69f5 (patch) | |
| tree | 1a8dd53dcae8a4bc887068d4c5e01d1246bd7a3f /GNUmakefile | |
| parent | fca486f4a5fa6f6cd1802c0bb7d93cba7b628aa4 (diff) | |
| download | emacs-config-0a99dbb31898b8196c3e6a6cfa36ff790e3a69f5.tar.gz emacs-config-0a99dbb31898b8196c3e6a6cfa36ff790e3a69f5.zip | |
oni-yasnippet: Set up multi-file build
This package now contains all of my snippets, instead of having them distributed
across multiple packages. I hope that this will make them easier to manage and
keep updated.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index fb20f5b..6d54bff 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -133,7 +133,7 @@ package: \ bin/$(guile (get-module-version "oni-vterm")) \ bin/$(guile (get-module-version "oni-web")) \ bin/$(guile (get-module-version "oni-yaml")) \ - bin/$(guile (get-module-version "oni-yasnippet")) \ + bin/$(guile (get-multifile-module-version "oni-yasnippet")) \ install-%: emacs --batch \ @@ -157,9 +157,6 @@ integration-test-%: install-% ## Single-file packages -bin/$(guile (get-module-version "oni-yasnippet")): oni-yasnippet.el - $(call upload,\"$<\") - bin/$(guile (get-module-version "oni-smartparens")): oni-smartparens.el $(call upload,\"$<\") @@ -546,3 +543,12 @@ bin/$(guile (get-multifile-module-version "oni-twig")): \ oni-twig/dist/$(guile (get-multifile-module-version "oni-twig")) $(call upload-multi-file,oni-twig) +## oni-yasnippet + +oni-yasnippet/dist/$(guile (get-multifile-module-version "oni-yasnippet")): \ + oni-yasnippet/oni-yasnippet.el + cd oni-yasnippet && eldev package + +bin/$(guile (get-multifile-module-version "oni-yasnippet")): \ + oni-yasnippet/dist/$(guile (get-multifile-module-version "oni-yasnippet")) + $(call upload-multi-file,oni-yasnippet) |
