Skip to content

Commit

Permalink
No-op tweaks to POT generation in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoesters committed Oct 9, 2023
1 parent f157325 commit e77abaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ dev: $(APPDATA)
go build -o $(EXEC)-dev -ldflags="-X $(BUILD_PACKAGE).data=$(BUILD_DATA)" -tags "$(TAGS) xkcd_gtk_debug" $(DEVFLAGS) $(MODULE)/cmd/xkcd-gtk

$(POT): tools/fill-pot-header.sh $(GO_SOURCES) $(UI_SOURCES) $(DESKTOP).in $(APPDATA).in
xgettext -o $@ -LC -kl $(POTFLAGS) $(GO_SOURCES)
xgettext -o $@ --language=C -kl $(POTFLAGS) $(GO_SOURCES)
xgettext -o $@ -j $(POTFLAGS) $(UI_SOURCES)
xgettext -o $@ -j -k -kName -kGenericName -kComment -kKeywords $(POTFLAGS) $(DESKTOP).in
xgettext -o $@ -j --language=Desktop $(POTFLAGS) $(DESKTOP).in
xgettext -o $@ -j --its=po/appdata.its $(POTFLAGS) $(APPDATA).in
tools/fill-pot-header.sh <$@ >$@.out
mv $@.out $@
Expand Down

0 comments on commit e77abaa

Please sign in to comment.