summaryrefslogtreecommitdiff
path: root/make-release.sh
Commit message (Collapse)AuthorAgeFilesLines
* Updated to new CVS root URL.kwaclaw2006-11-221-1/+1
|
* Changed back to anonymous CVS access.kwaclaw2005-11-271-2/+2
|
* Install expat_external.h properly on all platforms.fdrake2004-09-241-1/+1
| | | | Closes SF bug #1000112.
* when controlling the CVS client from a script, we should alwaysfdrake2004-07-231-1/+1
| | | | | disable the personal CVS config file to avoid any unpredictable behavior
* - move the CVS repository specification to a variablefdrake2003-10-111-1/+4
| | | | | - use authenticated access for now, since SF's anonymous CVS still isn't in a happy state
* - try to be smarter about the options to cpfdrake2003-01-201-4/+12
| | | | | - use indentation consistently - one we've built the tarball successfully, clean up the 2nd temp dir
* When creating a tarball from the HEAD instead of a release tag, usefdrake2002-07-251-1/+5
| | | | | | the date to generate the filename instead of the Expat version number. This makes sense since the resulting tarball does not represent a versioned release.
* Consistently use the shorter libexpat.org URL.fdrake2002-06-131-1/+1
|
* Add some cygwin fixes.gstein2002-05-181-5/+1
| | | | | | | | | | | | | | | | | | | | | | * Makefile.in: - from cygwin: add -no-undefined to the library link line * conftools/get-version.sh: (new file) - script to extract the version number from expat.h * configure.in: (some from the cygwin patch) - update the prereq to 2.52 instead of just 2.50 - update the AC_INIT line to 2.52 standards: include the package name, version (with a lot of gunk to get this), and where to send bugs) - update the output file generation to 2.52 standards * make-release.sh: - update to use the new get-version.sh script * lib/expat.h: - from cygwin: add a little define for CYGWIN
* Simplify the version handling some more by breaking the release process outgstein2001-08-231-0/+65
of the makefile into a separate script -- the script can do much more and the makefile dependencies were not used anyways (just serving to obfuscate).