From 574b54eb1cf9748ea58323037d68d2c0497da1eb Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 31 Aug 2014 01:01:09 +0100 Subject: docs: Remove unnecessary clean rules from documentation Makefile.am These are now correctly included in gtk-doc.make. --- docs/reference/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index af248c7e..d5b020bb 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -104,16 +104,6 @@ include $(top_srcdir)/gtk-doc.make # --rebuild-types SCANOBJ_FILES += $(DOC_MODULE).types -distclean-local: distclean-docs -distclean-docs: - cd $(srcdir) && \ - rm -rf xml $(REPORT_FILES) \ - $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt - -maintainer-clean-local: maintainer-clean-docs -maintainer-clean-docs: clean - cd $(srcdir) && rm -rf xml html - # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST += \ -- cgit v1.2.1