aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile14
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)