From 262d48fca56ac30343785c92a066bdfa8bc17e63 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sat, 11 Sep 2004 02:07:26 +0000 Subject: doc/faq/Makefile.am: doc/hackersguide/Makefile.am: - Add missing rules to remove Makefile when running make distclean. src/Makefile.am: - Add missing subdirectory libspucmml doc/internal/HOWTO.release: - Add suggestion to use make distcheck (See info automake - searching for distcheck for a more thorough review of the commands ability). CVS patchset: 6956 CVS date: 2004/09/11 02:07:26 --- doc/faq/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/faq') diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am index 7b602a5b8..f3819648b 100644 --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -9,6 +9,7 @@ docsdir = $(prefix)/share/doc/xine/faq docs: $(docs_DATA) distclean-generic: clean-docs + -rm -f Makefile $(CONFIG_CLEAN_FILES) docs-prepare: $(srcdir)/faq.sgml if test "$(srcdir)" != "." ; then \ -- cgit v1.2.3