Makevars, after calling autopoint.
* Makevars (PO_DEPENDS_ON_POT): Rename from POFILESDEPS and turn
it into a yes/no option.
- (DIST_DEPENDS_ON_POT): Rename from DISTFILESDEPS and turn it into
- a yes/no option.
+ (DIST_DEPENDS_ON_UPDATE_PO): Rename from DISTFILESDEPS and turn it
+ into a yes/no option.
2014-05-01 Daiki Ueno <ueno@gnu.org>
DISTFILESDEPS_ = update-po
DISTFILESDEPS_yes = $(DISTFILESDEPS_)
DISTFILESDEPS_no =
-DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_POT))
+DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO))
# Makevars gets inserted here. (Don't remove this line!)
# program ignores timestamps.
PO_DEPENDS_ON_POT = yes
-# This tells whether or not to forcibly regenerate $(DOMAIN).pot and
-# PO files on "make dist". Possible values are "yes" and "no". Set
-# this to no if the POT file and PO files are maintained externally.
-DIST_DEPENDS_ON_POT = yes
+# This tells whether or not to forcibly update $(DOMAIN).pot and
+# regenerate PO files on "make dist". Possible values are "yes" and
+# "no". Set this to no if the POT file and PO files are maintained
+# externally.
+DIST_DEPENDS_ON_UPDATE_PO = yes