Author: ivanovic
Date: Mon Mar 24 20:31:56 2008
New Revision: 25080
URL: http://svn.gna.org/viewcvs/wesnoth?rev=25080&view=rev
Log:
add FINDCFG to the packaging, also fixes bug #11279
Modified:
trunk/po/Makefile.in.in
Modified: trunk/po/Makefile.in.in
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/po/Makefile.in.in?rev=25080&r1=25079&r2=25080&view=diff
==============================================================================
--- trunk/po/Makefile.in.in (original)
+++ trunk/po/Makefile.in.in Mon Mar 24 20:31:56 2008
@@ -21,6 +21,7 @@
# * the package name is never gettext-tools, remove everything related
# * the variable EXTRA_LOCALE_CATEGORIES is always empty, remove the blocks
# using it
+# * add FINDCFG to creating the package
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -266,6 +267,9 @@
dists="$(DISTFILES)"; \
if test -f $(srcdir)/$(DOMAIN).pot; then \
dists="$$dists $(DOMAIN).pot"; \
+ fi; \
+ if test -f $(srcdir)/FINDCFG; then \
+ dists="$$dists FINDCFG"; \
fi; \
if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
for file in $$dists; do \
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits