summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-27 20:24:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-27 20:26:03 -0400
commit076e796f52437ab3f20d39c8cdb7c5ddc059acc1 (patch)
tree317cfcbba58beb98ef0bb1337a387a32cbbb3d43
parent0d34c10108585b4cfed042aa2ef501780b2d2193 (diff)
downloadpango-076e796f52437ab3f20d39c8cdb7c5ddc059acc1.tar.gz
Don't wipe docs in dist-hook-local
It is just super-annoying that one cannot even do 'make dist' and get a working tarball. There has to be a better to do this; for now, just remove this, no other gtk-doc-using module is doing this.
-rw-r--r--docs/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 0a6c53cc..89be228f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -141,10 +141,7 @@ EXTRA_DIST += \
$(man_MANS)
# force doc rebulid after configure
-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
+dist-hook-local: dist-local-check-mans-enabled dist-local-check-no-cross-references all-local
#
# Require gtk-doc when making dist