From 8ea982747703df0e62f8eed4d40bda016fffb9cb Mon Sep 17 00:00:00 2001 From: Yevhen Popok Date: Wed, 12 Feb 2025 23:13:04 +0200 Subject: [PATCH] Makefile: Fix potfile generation Sets the correct paths to JS files, as previously `make potfile` failed with error. > make: *** No rule to make target 'prefs.js', needed by 'po/dash-to-panel.pot'. Stop. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cc2dd5..ec51474 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MODULES = src/*.js src/stylesheet.css metadata.json COPYING README.md UI_MODULES = ui/*.ui IMAGES = ./* ../media/design/svg/dash-to-panel-logo-light.svg -TOLOCALIZE = prefs.js appIcons.js taskbar.js +TOLOCALIZE = src/prefs.js src/appIcons.js src/taskbar.js MSGSRC = $(wildcard po/*.po) ifeq ($(strip $(DESTDIR)),) INSTALLBASE = $(HOME)/.local/share/gnome-shell/extensions