diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-09-12 16:01:15 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-09-12 16:01:15 +0000 |
commit | 1f5b028c86a58965244c3d034425127c26e72b24 (patch) | |
tree | 6d5c79277f2ce57e875389c6fc0896d14b0db055 /doc/faq | |
parent | c069c9861bd79c656c379c8cb78a92d749ce893b (diff) | |
download | xine-lib-1f5b028c86a58965244c3d034425127c26e72b24.tar.gz xine-lib-1f5b028c86a58965244c3d034425127c26e72b24.tar.bz2 |
What files to delete should be hidden inside automake.
But Stephen is right, distclean-generic just doesn't do that;
distclean-local is better here, since it extends the regular behaviour
CVS patchset: 6965
CVS date: 2004/09/12 16:01:15
Diffstat (limited to 'doc/faq')
-rw-r--r-- | doc/faq/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index f3819648b..1565f5cae 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -8,8 +8,7 @@ docsdir = $(prefix)/share/doc/xine/faq docs: $(docs_DATA) -distclean-generic: clean-docs - -rm -f Makefile $(CONFIG_CLEAN_FILES) +distclean-local: clean-docs docs-prepare: $(srcdir)/faq.sgml if test "$(srcdir)" != "." ; then \ |