[Xfce4-commits] <xfce4-panel:master> Fix another place where we should test the file.
Nick Schermer
noreply at xfce.org
Fri May 28 17:58:02 CEST 2010
Updating branch refs/heads/master
to 4ddcc80664845b32af0144e615a5cd8e92277336 (commit)
from 9cadeb3d9bdc3f251c22e51fe79096fc5a932f90 (commit)
commit 4ddcc80664845b32af0144e615a5cd8e92277336
Author: Nick Schermer <nick at xfce.org>
Date: Fri May 28 17:51:03 2010 +0200
Fix another place where we should test the file.
docs/manual/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am
index cf71ad7..2843614 100644
--- a/docs/manual/Makefile.am
+++ b/docs/manual/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"; then \
+ if test -d "$(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