summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 19:43:33 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 19:43:33 +0200
commit89de608ef6e547a747e55da6a5a832e0da0afe9d (patch)
treea189ef8c0861403f1fc084a760c904cda215577f
parent3384501fddd058d34ea28d26b637566aaede63b8 (diff)
downloadxine-lib-89de608ef6e547a747e55da6a5a832e0da0afe9d.tar.gz
xine-lib-89de608ef6e547a747e55da6a5a832e0da0afe9d.tar.bz2
Don't create a distclean-local hook when you can just use DISTCLEANFILES variable.
-rw-r--r--doc/hackersguide/Makefile.am7
1 files changed, 1 insertions, 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 \