From d71b8b4c90fdce60ee3a5d3494c6ef589b120613 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 17 Apr 2009 17:27:03 -0400 Subject: [docs] Fix Makefile.am to not delete .gitignore on dist --- docs/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1