fix bug #11279 for 1.4, *really* minor...

This commit is contained in:
Nils Kneuper 2008-03-24 19:34:57 +00:00
parent 153c37002d
commit 9d3c91f493

View file

@ -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 @@ dist2: stamp-po $(DISTFILES)
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 \