[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/Makefile.am

Andras Timar andras.timar at collabora.com
Wed May 30 14:42:31 UTC 2018


 loleaflet/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5308a8e6e4dc02356def53a9c1f988c6e7e9032c
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed May 30 13:46:23 2018 +0100

    Use pattern rule instead of shell wildcard

diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index 495cd47d5..8f00f2b1b 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -29,7 +29,7 @@ node_modules: npm-shrinkwrap.json
 
 dist/$(JQUERY_UI_IMAGE_PATH)/%.png: $(JQUERY_UI_IMAGE_PATH)/%.png
 	mkdir -p dist/$(JQUERY_UI_IMAGE_PATH)
-	cp -a $(JQUERY_UI_IMAGE_PATH)/* dist/$(JQUERY_UI_IMAGE_PATH)/
+	cp -a $< $@
 
 dist/l10n/%.json: po/%.po
 	@util/po2json.py $< -o $@


More information about the Libreoffice-commits mailing list