[gtk-doc] Fix maintainer-clean rule

This commit is contained in:
Behdad Esfahbod 2013-08-26 18:50:12 -04:00
parent 38b8b40526
commit ac1f09b53e
1 changed files with 3 additions and 1 deletions

View File

@ -106,7 +106,9 @@ TESTS_ENVIRONMENT = cd $(srcdir) && \
#TESTS = $(GTKDOC_CHECK) #TESTS = $(GTKDOC_CHECK)
endif endif
maintainer-clean-local: maintainer-clean-local: maintainer-clean-tmpl
maintainer-clean-tmpl:
-rm -rf $(srcdir)/tmpl -rm -rf $(srcdir)/tmpl
-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk