diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-04-17 17:27:03 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-04-17 17:39:15 -0400 |
commit | d71b8b4c90fdce60ee3a5d3494c6ef589b120613 (patch) | |
tree | 4b12f4e20321aed21c5f4cf37aeee5dcda631571 /docs/Makefile.am | |
parent | 137f858f17f680e2487bf4614a33c411c69469c7 (diff) | |
download | pango-d71b8b4c90fdce60ee3a5d3494c6ef589b120613.tar.gz |
[docs] Fix Makefile.am to not delete .gitignore on dist
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 5 |
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 |