diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2004-09-11 02:07:26 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2004-09-11 02:07:26 +0000 |
commit | 262d48fca56ac30343785c92a066bdfa8bc17e63 (patch) | |
tree | eeafeb8154c06898578d0d375b0812493a41487a /doc/internal/HOWTO.release | |
parent | 2d22661c1ddacb3628e16e019b27a663838ca634 (diff) | |
download | xine-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/internal/HOWTO.release')
-rw-r--r-- | doc/internal/HOWTO.release | 8 |
1 files changed, 8 insertions, 0 deletions
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.) |