[Xfce4-commits] <terminal:master> Use wildcard to cleanup.
Nick Schermer
noreply at xfce.org
Mon Mar 7 20:24:01 CET 2011
Updating branch refs/heads/master
to fd0b92afb330f1f77ed35afac05e3fe060d86900 (commit)
from 5639dcb806fcc23c9a189e7bdba577bea57794c4 (commit)
commit fd0b92afb330f1f77ed35afac05e3fe060d86900
Author: Nick Schermer <nick at xfce.org>
Date: Mon Mar 7 20:21:27 2011 +0100
Use wildcard to cleanup.
doc/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index dbe4d91..9957c15 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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 $(srcdir)/Terminal-options.xml; \
+ rm -f xgen-* $(srcdir)/Terminal-options.xml; \
touch doc-build.stamp
dist-check-doc: all
More information about the Xfce4-commits
mailing list