add FINDCFG to the packaging, also fixes bug #11279

This commit is contained in:
Nils Kneuper 2008-03-24 19:31:56 +00:00
parent e0993598af
commit dfe562c6ac

View File

@ -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 \