summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/faq/Makefile.am1
-rw-r--r--doc/hackersguide/Makefile.am1
-rw-r--r--doc/internal/HOWTO.release8
3 files changed, 10 insertions, 0 deletions
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 \
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 \
diff --git a/doc/internal/HOWTO.release b/doc/internal/HOWTO.release
index 5d0179c8d..46d97215d 100644
--- a/doc/internal/HOWTO.release
+++ b/doc/internal/HOWTO.release
@@ -41,6 +41,14 @@ Currently, best practice to get a release out looks like this:
marked "untested".
- you might want to run "make release-check", it will tell you about files
from CVS missing in the release; be sure to check these
+
+ OR
+
+ you might want to run "make distcheck", this will test the
+ packaging, building, and testing of all xine-lib. This will
+ alert you to any missing files from the tarball or problems
+ in the Makefile rules.
+
- does "make dist" produce a complete (ie. compilable) tarball
(note: nightly build logs will tell you this.)