summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-04-17 17:27:03 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-04-17 17:39:15 -0400
commitd71b8b4c90fdce60ee3a5d3494c6ef589b120613 (patch)
tree4b12f4e20321aed21c5f4cf37aeee5dcda631571
parent137f858f17f680e2487bf4614a33c411c69469c7 (diff)
downloadpango-d71b8b4c90fdce60ee3a5d3494c6ef589b120613.tar.gz
[docs] Fix Makefile.am to not delete .gitignore on dist
-rw-r--r--docs/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index a321db08..2af8767a 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -136,7 +136,10 @@ EXTRA_DIST += \
$(man_MANS)
# force doc rebulid after configure
-dist-hook-local: dist-local-check-mans-enabled dist-local-check-no-cross-references maintainer-clean-local all-local
+dist-hook-local: dist-local-check-mans-enabled dist-local-check-no-cross-references pango-docs-clean all-local
+
+pango-docs-clean: clean
+ cd $(srcdir) && rm -rf xml html
#
# Require gtk-doc when making dist