Author: ivanovic
Date: Mon Mar 24 20:34:57 2008
New Revision: 25081
URL: http://svn.gna.org/viewcvs/wesnoth?rev=25081&view=rev
Log:
fix bug #11279 for 1.4, *really* minor...
Modified:
branches/1.4/po/Makefile.in.in
Modified: branches/1.4/po/Makefile.in.in
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/po/Makefile.in.in?rev=25081&r1=25080&r2=25081&view=diff
==============================================================================
--- branches/1.4/po/Makefile.in.in (original)
+++ branches/1.4/po/Makefile.in.in Mon Mar 24 20:34:57 2008
@@ -15,6 +15,8 @@
# - support for relative localedir
# Modified by Guillaume Melquiond for Battle for Wesnoth, for:
# - not shipping .gmo files in dist tarball
+# Modified by Nils Kneuper for Battle for Wesnoth, for:
+# - add FINDCFG to creating the tarball
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -347,6 +349,9 @@
dists="$$dists ChangeLog.$$i"; \
fi; \
done; \
+ 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 \
if test -f $$file; then \
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits