Browse Source

Make recipe for sounds.zip

JC Brand 6 years ago
parent
commit
e3a5bf7e23
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Makefile

+ 4 - 1
Makefile

@@ -206,7 +206,7 @@ dist/converse-no-dependencies-es2015.js: src webpack.config.js stamp-npm @conver
 dist:: build
 
 .PHONY: build
-build:: dev css $(BUILDS) locale.zip css/webfonts.zip
+build:: dev css $(BUILDS) locale.zip css/webfonts.zip sounds.zip
 
 css/webfonts.zip: css/webfonts/*
 	zip -r css/webfonts.zip css/webfonts
@@ -214,6 +214,9 @@ css/webfonts.zip: css/webfonts/*
 locale.zip:
 	zip -r locale.zip locale --exclude *.pot --exclude *.po
 
+sounds.zip:
+	zip -r sounds.zip sounds
+
 ########################################################################
 ## Tests