[Xfce4-commits] <terminal:master> Make sure we list in the correct directory.

Nick Schermer noreply at xfce.org
Thu Dec 10 15:08:01 CET 2009


Updating branch refs/heads/master
         to c62c2bddfc7e376126448bd5b22d811cbe825b5f (commit)
       from 06f1389661e8b809577300bd5592b61e3de23da5 (commit)

commit c62c2bddfc7e376126448bd5b22d811cbe825b5f
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 10 13:41:58 2009 +0100

    Make sure we list in the correct directory.

 doc/po/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/po/Makefile.am b/doc/po/Makefile.am
index b48522a..d7b4884 100644
--- a/doc/po/Makefile.am
+++ b/doc/po/Makefile.am
@@ -1,5 +1,5 @@
 
-PO_FILES=$(shell echo `/bin/ls *.po`)
+PO_FILES=$(shell cd $(srcdir) && echo `/bin/ls *.po`)
 EXTRA_DIST = \
 	$(PO_FILES) \
 	$(GETTEXT_PACKAGE).pot



More information about the Xfce4-commits mailing list