From 8645fb2f7a6daab8e1bd7de179bdf862de22bbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 2 Jun 2007 20:07:46 +0200 Subject: Replace the distclean-local hook with a proper DISTCLEANFILES usage. --- doc/faq/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index 198358d95..a43e6e97c 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -5,13 +5,9 @@ html_DATA = faq.html EXTRA_DIST = README faq.sgml $(doc_DATA) $(html_DATA) -docs: $(doc_DATA) $(html_DATA) - -distclean-local: clean-docs +DISTCLEANFILES = $(doc_DATA) $(html_DATA) -clean-docs: - rm -f $(doc_DATA) $(html_DATA) - test "x$(srcdir)" = x. || rm -f faq.sgml +docs: $(doc_DATA) $(html_DATA) dist-hook: @if test x"$(distcheck_lax)" = x ; then \ -- cgit v1.2.3