summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/faq/Makefile.am8
1 files 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 \