[pango] Don't wipe docs in dist-hook-local



commit 076e796f52437ab3f20d39c8cdb7c5ddc059acc1
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 27 20:24:37 2012 -0400

    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.

 docs/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 0a6c53c..89be228 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]