From d085d120c62170297c394901b0c926b44ef73556 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 9 Feb 2023 13:34:34 -0500 Subject: [PATCH] Remove temp .h translation files --- .gitignore | 2 +- Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4260d07..e9fb3e4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ gschemas.compiled dash-to-panel@jderose9.github.com*.zip *.mo po/dash-to-panel.pot -*.ui.h +ui/*.ui.h diff --git a/Makefile b/Makefile index 6577fd4..52bbefa 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ mergepo: potfile for l in $(UI_MODULES) ; do \ intltool-extract --type=gettext/glade $$l; \ xgettext -k_ -kN_ -o po/dash-to-panel.pot $$l.h --join-existing --from-code=UTF-8; \ + rm -rf $$l.h; \ done; sed -i -e 's/&\#10;/\\n/g' po/dash-to-panel.pot