summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-09-04 18:34:17 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-09-04 18:34:17 +0000
commit00c9c88fda8396c1626095f313dc359d767f63b1 (patch)
tree57df444bb50af84499c5df81032f19d9ecbbe04e /po
parent16c18f3033903458761f0377e0d56455320e33b4 (diff)
downloadxine-lib-00c9c88fda8396c1626095f313dc359d767f63b1.tar.gz
xine-lib-00c9c88fda8396c1626095f313dc359d767f63b1.tar.bz2
Fix some 'make distcheck' problems.
Fix srcdir != buiddir problem with vidix. Change some "_lib" variables to more clear name "_dep". CVS patchset: 6938 CVS date: 2004/09/04 18:34:17
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 150427916..17e1142b7 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -159,6 +159,7 @@ maintainer-clean: distclean
rm -f $(GMOFILES)
# generate POTFILES.in before updating po-files
+# This isn't done for read-only source directory!
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir:
(cd $(top_srcdir); \
@@ -166,8 +167,9 @@ dist distdir:
/tmp/POTFILES.in && \
find src -name "*.[chy]" | \
xargs grep -l '[^A-Za-z_]_(' | \
- grep -v src/xine-engine/xineintl.h >> /tmp/POTFILES.in && \
- cp /tmp/POTFILES.in po/)
+ grep -v src/xine-engine/xineintl.h >> /tmp/POTFILES.in)
+ -cp /tmp/POTFILES.in $(srcdir)
+ rm -f /tmp/POTFILES.in
$(MAKE) update-po
@$(MAKE) dist2
# This is a separate target because 'update-po' must be executed before.