diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-08-18 17:25:18 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-08-30 15:59:29 +0200 |
commit | cf54b836cccc18a6f207c453a222e6cb887fcbcb (patch) | |
tree | 1571579459aea5218f565ef2c291b7c380839288 /plugingui/Makefile.am | |
parent | cbd97df68fc6e67c7b9d3cfef14ae5866f737321 (diff) |
Fix (again) the header file changes no re-generating the .pot file.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 2a9bdf1..4c2afcc 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -38,7 +38,7 @@ RES = \ if WITH_NLS $(top_srcdir)/plugingui/locale/drumgizmo.pot: $(GUI_SRC) $(GUI_HDR) - (cd $(top_srcdir)/plugingui/; $(XGETTEXT) --package-name "$(PACKAGE)" --package-version "$(VERSION)" --copyright-holder="DrumGizmo Team" -k_ -o locale/drumgizmo.pot $(GUI_SRC) ) + (cd $(top_srcdir)/plugingui/; $(XGETTEXT) --package-name "$(PACKAGE)" --package-version "$(VERSION)" --copyright-holder="DrumGizmo Team" -k_ -o locale/drumgizmo.pot $(GUI_SRC) $(GUI_HDR) ) grep -v '"POT-Creation-Date:' $(top_srcdir)/plugingui/locale/drumgizmo.pot > $(top_srcdir)/plugingui/locale/drumgizmo.pot.tmp mv $(top_srcdir)/plugingui/locale/drumgizmo.pot.tmp $(top_srcdir)/plugingui/locale/drumgizmo.pot |