mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 19:07:16 +00:00
add FINDCFG to the packaging, also fixes bug #11279
This commit is contained in:
parent
e0993598af
commit
dfe562c6ac
@ -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@
|
||||
@ -267,6 +268,9 @@ dist2: stamp-po $(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 \
|
||||
if test -f $$file; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user