summaryrefslogtreecommitdiff
path: root/README.CVS
Commit message (Collapse)AuthorAgeFilesLines
* Rename README.CVS to README.git and change references in it.Magnus Hagander2010-09-211-14/+0
|
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-231-3/+3
| | | | | | | | | | used to work as intended, but got broken some time ago (a quoted empty string is not an empty string), and got broken some more by the changes to generate ecpg's preproc.y automatically. Given all the unprotected uses of $(PERL) elsewhere, it seems best to make use of the $(missing) script rather than trying to ensure each such use is protected individually. Also fix various bits of documentation that omitted to mention Perl as a requirement for building from a CVS pull. Per a complaint from Robert Haas.
* Some further editorializing on README.CVS.Tom Lane2004-03-281-13/+10
|
* Improvements to README.CVSNeil Conway2004-03-101-3/+7
|
* Remove HISTORY and INSTALL. Have them generated by the tarball scripts.Bruce Momjian2004-03-101-0/+13
Add README.CVS to help CVS folks find this information.