From 0a99dbb31898b8196c3e6a6cfa36ff790e3a69f5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 28 Jun 2026 14:34:38 -0700 Subject: 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. --- GNUmakefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'GNUmakefile') 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) -- cgit v1.3-2-g0d8e