summaryrefslogtreecommitdiff
path: root/doc/hackersguide
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2004-09-11 02:07:26 +0000
committerStephen Torri <storri@users.sourceforge.net>2004-09-11 02:07:26 +0000
commit262d48fca56ac30343785c92a066bdfa8bc17e63 (patch)
treeeeafeb8154c06898578d0d375b0812493a41487a /doc/hackersguide
parent2d22661c1ddacb3628e16e019b27a663838ca634 (diff)
downloadxine-lib-262d48fca56ac30343785c92a066bdfa8bc17e63.tar.gz
xine-lib-262d48fca56ac30343785c92a066bdfa8bc17e63.tar.bz2
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
Diffstat (limited to 'doc/hackersguide')
-rw-r--r--doc/hackersguide/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am
index 4fe0d06ad..4b80c2d79 100644
--- a/doc/hackersguide/Makefile.am
+++ b/doc/hackersguide/Makefile.am
@@ -19,6 +19,7 @@ docsdir = $(prefix)/share/doc/xine/hackersguide
docs: $(docs_DATA)
distclean-generic: clean-docs
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
docs-prepare: $(addprefix $(srcdir)/, $(hackersguide_sgml) $(wildcard *.fig))
if test "$(srcdir)" != "." ; then \