diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-09-12 16:03:52 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-09-12 16:03:52 +0000 |
commit | 32ff8fcf58f950d4e5ce615a0fc4af33d65f9713 (patch) | |
tree | c6512bc39d68e498045927ef0402cf47ba696d24 /doc/internal/HOWTO.release | |
parent | 1f5b028c86a58965244c3d034425127c26e72b24 (diff) | |
download | xine-lib-32ff8fcf58f950d4e5ce615a0fc4af33d65f9713.tar.gz xine-lib-32ff8fcf58f950d4e5ce615a0fc4af33d65f9713.tar.bz2 |
running both is best, because "make distcheck" can still miss files
(when they are not needed on your architecture, but only on someone else's)
CVS patchset: 6966
CVS date: 2004/09/12 16:03:52
Diffstat (limited to 'doc/internal/HOWTO.release')
-rw-r--r-- | doc/internal/HOWTO.release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/HOWTO.release b/doc/internal/HOWTO.release index 46d97215d..3827b2dba 100644 --- a/doc/internal/HOWTO.release +++ b/doc/internal/HOWTO.release @@ -42,7 +42,7 @@ Currently, best practice to get a release out looks like this: - 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 + AND you might want to run "make distcheck", this will test the packaging, building, and testing of all xine-lib. This will |