Skip to content

Commit

Permalink
Merge pull request #624 from euphorie/make-pot-no-dependency
Browse files Browse the repository at this point in the history
Makefile: No dependency for target `pot`
  • Loading branch information
ale-rt authored Jul 12, 2023
2 parents 7bddbe7 + 01e27de commit 8b726b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docs:: bin/sphinx-build
clean::
rm -rf docs/.build

pot: bin/i18ndude
pot:
i18ndude rebuild-pot --exclude="generated prototype examples illustrations help" --pot $(EUPHORIE_POT) src/euphorie --create euphorie
$(MAKE) $(MFLAGS) $(EUPHORIE_PO_FILES)

Expand Down

0 comments on commit 8b726b7

Please sign in to comment.