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