summaryrefslogtreecommitdiffstats
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-10-30 11:21:21 +0000
committerBruno Haible <bruno@clisp.org>2001-10-30 11:21:21 +0000
commit36c629b1d7099383bdaccf3c595be79f8eb4ba6a (patch)
tree35104e87d888310ed15d399d2af2852d881ba1b1 /po/Makefile.in.in
parent5e7b066a4f5f54a729fced3d9cc45b3a65adf001 (diff)
downloadexternal_gettext-36c629b1d7099383bdaccf3c595be79f8eb4ba6a.zip
external_gettext-36c629b1d7099383bdaccf3c595be79f8eb4ba6a.tar.gz
external_gettext-36c629b1d7099383bdaccf3c595be79f8eb4ba6a.tar.bz2
Fixes for "make dist".
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 4562095..22b55e9 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -175,6 +175,7 @@ dist distdir:
# This is a separate target because 'update-po' must be executed before.
dist2: $(DISTFILES)
dists="$(DISTFILES)"; \
+ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
for file in $$dists; do \
if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
cp -p $$dir/$$file $(distdir); \