[Xfce4-commits] <xfce4-docs:xfce4-panel-master> Fix test so manual is installed (bug #7274).
Nick Schermer
noreply at xfce.org
Sat Feb 12 19:52:02 CET 2011
Updating branch refs/heads/xfce4-panel-master
to 11667d5582a8898098cfd2304acc90a0ed5ab5e5 (commit)
from 3ccdb73f1a542683951b9f545ebbab3245343bf0 (commit)
commit 11667d5582a8898098cfd2304acc90a0ed5ab5e5
Author: Lionel Le Folgoc <mrpouit at 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/*"`; \
More information about the Xfce4-commits
mailing list