Updating branch refs/heads/xfce4-panel-master
         to 11667d5582a8898098cfd2304acc90a0ed5ab5e5 (commit)
       from 3ccdb73f1a542683951b9f545ebbab3245343bf0 (commit)

commit 11667d5582a8898098cfd2304acc90a0ed5ab5e5
Author: Lionel Le Folgoc <mrpo...@gmail.com>
Date:   Sat Feb 12 19:49:50 2011 +0100

    Fix test so manual is installed (bug #7274).

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

diff --git a/Makefile.am b/Makefile.am
index f0ee8cd..2b60506 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ install-data-local:
                $(INSTALL_DATA) "$$file" "$$dest/"; \
        fi; \
        for lang in $(ALL_LINGUAS); do \
-               if test -d "$(srcdir)/html/$$lang/index.html"; then \
+               if test -f "$(srcdir)/html/$$lang/index.html"; then \
                        dest="$(DESTDIR)$(docdir)/html/$$lang"; \
                        $(mkinstalldirs) "$$dest"; \
                        installfiles=`echo "$(srcdir)/html/$$lang/*"`; \
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to