summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/gnome-doc-utils.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gnome-doc-utils.make b/tools/gnome-doc-utils.make
index 2df897c..ec8f698 100644
--- a/tools/gnome-doc-utils.make
+++ b/tools/gnome-doc-utils.make
@@ -398,7 +398,7 @@ clean-doc-lc:
rm -f "$$lc/.xml2po.mo"; \
fi; \
done
-clean-doc-dir:
+clean-doc-dir: clean-doc-lc
@for lc in C $(_DOC_REAL_LINGUAS); do \
for dir in `find $$lc -depth -type d`; do \
if ! test $$dir -ef $(srcdir)/$$dir; then \