[Xfce4-commits] <terminal:master> Try to fix distcheck on the buildbot.
Nick Schermer
noreply at xfce.org
Sat Sep 11 13:56:01 CEST 2010
Updating branch refs/heads/master
to ffec33b8317ba219ef416d2b43e061bdaf4c8840 (commit)
from f7f77ebe19bf62fadd054113dd03b748662a8df1 (commit)
commit ffec33b8317ba219ef416d2b43e061bdaf4c8840
Author: Nick Schermer <nick at xfce.org>
Date: Sat Sep 11 13:53:42 2010 +0200
Try to fix distcheck on the buildbot.
doc/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ca5ae65..dbe4d91 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -83,7 +83,7 @@ doc-build.stamp: $(srcdir)/$(DOCUMENT) $(srcdir)/$(MANPAGE) $(srcdir)/$(HTML_STY
echo "*** Generating full XML file ***"; \
echo "Creating Terminal-options.xml"; \
sed -e "s,<refsect,<sect,g" \
- -e "s,</refsect,</sect,g" $(srcdir)/$(MANPAGE) > Terminal-options.xml; \
+ -e "s,</refsect,</sect,g" $(srcdir)/$(MANPAGE) > $(srcdir)/Terminal-options.xml; \
echo "Creating single XML file for HTML manual"; \
$(XMLLINT) --nonet --xinclude --postvalid $(srcdir)/$(DOCUMENT) > xgen-xml; \
echo; \
@@ -112,7 +112,7 @@ doc-build.stamp: $(srcdir)/$(DOCUMENT) $(srcdir)/$(MANPAGE) $(srcdir)/$(HTML_STY
rm -f xgen-doc xgen-man; \
echo; \
done; \
- rm -f xgen-xml Terminal-options.xml; \
+ rm -f xgen-xml $(srcdir)/Terminal-options.xml; \
touch doc-build.stamp
dist-check-doc: all
More information about the Xfce4-commits
mailing list