[Xfce4-commits] <xfce4-docs:xfce4-clipman-plugin-master> Fix make distcheck
Mike Massonnet
noreply at xfce.org
Mon Oct 24 00:00:02 CEST 2011
Updating branch refs/heads/xfce4-clipman-plugin-master
to 97c2469a36f952d2ff09e74ef4416dbac5cc7f18 (commit)
from 636a47b50216c442fb57e6f15e7875ec9daefc21 (commit)
commit 97c2469a36f952d2ff09e74ef4416dbac5cc7f18
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Oct 23 23:59:38 2011 +0200
Fix make distcheck
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 6f848a2..0816992 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,10 +56,10 @@ update-po:
done
doc-build.stamp: $(MALLARD_CSS) $(MALLARD_XSL)
+ @-chmod -R u+w "$(srcdir)"
rm -rf "$(srcdir)/html"
@echo "*** Building HTML documentation"
@echo "--- Generating C documentation"
- @-chmod -R u+w "$(srcdir)"
$(GNOME_DOC_TOOL) html -o "$(srcdir)/html/C/" -x "$(srcdir)/$(MALLARD_XSL)" -c "../$(MALLARD_CSS)" "$(srcdir)/$(MALLARD_PAGE)"
cp "$(srcdir)/$(MALLARD_CSS)" "$(srcdir)/html"
@rm "$(srcdir)/html/C/index.cache"
More information about the Xfce4-commits
mailing list