From: Ben Pfaff Date: Sun, 28 Aug 2022 21:08:56 +0000 (-0700) Subject: po: Remove reference to $(all_q_sources), which doesn't exist anymore. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=fb766f303e4dec653bd24c8b837b07bc2f0f82c7 po: Remove reference to $(all_q_sources), which doesn't exist anymore. Fixes: 0a18cc59b123 ("q2c: Remove, since it is no longer used.") --- diff --git a/po/automake.mk b/po/automake.mk index f8b326f229..81c659c145 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -43,7 +43,7 @@ LOCALPOFILES = po/cs.po POTFILE=po/$(DOMAIN).pot -TRANSLATABLE_FILES = $(DIST_SOURCES) $(all_q_sources) +TRANSLATABLE_FILES = $(DIST_SOURCES) XGETTEXT_OPTIONS = \ --copyright-holder="$(COPYRIGHT_HOLDER)" \