File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ---------- Declarations ---------- #
2
2
3
3
cb_plugin_lib_LTLIBRARIES = GitBlocks.la
4
- cb_plugin_data_DATA = GitBlocks.zip
5
- CLEANFILES = GitBlocks.zip
4
+ cb_plugin_data_DATA = GitBlocks.zip GitBlocks.cbplugin
5
+ CLEANFILES = GitBlocks.zip GitBlocks.cbplugin
6
6
7
7
8
8
# ---------- GitBlocks.so ---------- #
@@ -32,4 +32,14 @@ GitBlocks_la_LDFLAGS = -shared -module -avoid-version -no-undefined $(WX_LIBS) $
32
32
GitBlocks_zip_RESOURCES = manifest.xml
33
33
34
34
GitBlocks.zip : $(GitBlocks_zip_RESOURCES )
35
- PWD=` pwd` cd $(srcdir ) && zip -R $(PWD ) /GitBlocks.zip manifest.xml
35
+ cd $(srcdir )
36
+ zip -j9 GitBlocks.zip manifest.xml
37
+
38
+ # ---------- GitBlocks.cbplugin ---------- #
39
+
40
+ GitBlocks_cbplugin_RESOURCES = $(cb_plugin_lib_LTLIBRARIES ) GitBlocks.zip
41
+
42
+ GitBlocks.cbplugin : $(GitBlocks_cbplugin_RESOURCES )
43
+ cd $(srcdir )
44
+ zip -j9 GitBlocks.cbplugin .libs/GitBlocks.so GitBlocks.zip
45
+
You can’t perform that action at this time.
0 commit comments