From 89de608ef6e547a747e55da6a5a832e0da0afe9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 2 Jun 2007 19:43:33 +0200 Subject: Don't create a distclean-local hook when you can just use DISTCLEANFILES variable. --- doc/hackersguide/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index 03a634038..5dd6f5c25 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -20,12 +20,7 @@ EXTRA_DIST = README $(hackersguide_docbook) $(hackersguide_fig) \ hackersguidedir = $(htmldir)/hackersguide -docs: $(hackersguide_DATA) - -distclean-local: clean-docs - -clean-docs: - rm -f $(hackersguide_DATA) +DISTCLEANFILES = $(hackersguide_DATA) dist-hook: @if test x"$(distcheck_lax)" = x ; then \ -- cgit v1.2.3