made more readable

This commit is contained in:
Frank Warmerdam 2001-04-06 02:56:33 +00:00
parent f99796d17a
commit 256cebdc66

View File

@ -1,73 +1,43 @@
HOWTO-RELEASE: HOWTO-RELEASE:
Notes on releasing. <mike@bangstate.com> Notes on releasing. <mike@bangstate.com>
1. 1. Commit any unsaved changes.
Commit any unsaved changes. 2. "make clean"
2. 3. Create html/vX.X.html. Take ChangeLog entries and html-ify in there.
Easist thing to do is take html/vX.(X-1).html and use it as a template.
"make clean" 4. Add any new files that have been created that should be part
3.
Create html/vX.X.html. Take ChangeLog entries and html-ify in
there. Easist thing to do is take html/vX.(X-1).html and use
it as a template.
4.
Add any new files that have been created that should be part
of the distrubituion (like the html file in step 2), to of the distrubituion (like the html file in step 2), to
TIFFFILES in Makefile.in TIFFFILES in Makefile.in
5. 5. Make sure tif_dir.c in lzw-compression-kit is in sync with the
Make sure tif_dir.c in lzw-compression-kit is in sync with the
main tree. main tree.
6. 6. Increment version in file "VERSION"
Increment version in file "VERSION" 8. sh configure; make; make install (to test).
9. make release -- this will update "RELEASE-DATE" in the top level dir,
8.
sh configure; make; make install (to test).
9.
make release -- this will update "RELEASE-DATE" in the top level dir,
and create the .tar.gz and .zip archives one directory above. and create the .tar.gz and .zip archives one directory above.
10. 10. make distclean
make distclean 11. cvs commit
11. 12. ftp ftp.onshore.com;
cvs commit
12.
ftp ftp.onshore.com;
cd /home/ftp/pub/libtiff cd /home/ftp/pub/libtiff
put ../tiff-vn-n-n.zip . put ../tiff-vn-n-n.zip .
put ../tiff-vn-n-n.tar.gz . put ../tiff-vn-n-n.tar.gz .
13 13. ftp ftp.libtiff.org
ftp ftp.libtiff.org
lcd html lcd html
mput *.html mput *.html
put ../tiff-vn-n-n.zip . put ../tiff-vn-n-n.zip .
put ../tiff-vn-n-n.tar.gz . put ../tiff-vn-n-n.tar.gz .
13. 13. Commit any changes in libtiff-lzw-compression-kit.
Commit any changes in libtiff-lzw-compression-kit.
Update VERSION in Makefile. Update VERSION in Makefile.
@ -75,9 +45,8 @@ make release
ftp to both sites. ftp to both sites.
14. 14. Announce to list, tiff@olympiakos.com
Announce to list, tiff@olympiakos.com