From b23df57cd271ecae89892336eaadcf26b7e9bce8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 2 Jul 2014 00:13:02 -0400 Subject: Generate po/*.pot files --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 0bcc2b8..30c95e0 100644 --- a/common.mk +++ b/common.mk @@ -53,7 +53,7 @@ install_files += $(addprefix $(DESTDIR)$(bindir)/,$(progs)) \ $(addprefix $(DESTDIR)$(mandir)/man8/,$(filter %.8,$(mans))) clean_files += $(patsubst %.in,%,$(copy_files)) $(copy_files) $(mans) $(wildcard *.pot *.ugly*) -pots += $(filter-out $(no-pots) ,$(progs)) +pots += $(filter-out $(no-pots) ,$(sort $(progs) $(libexecs) $(libs))) pot_files += $(addsuffix .pot,$(pots)) # Set the default target ####################################################### -- cgit v1.2.3-54-g00ecf