summaryrefslogtreecommitdiff
path: root/Makefile.maint
Commit message (Collapse)AuthorAgeFilesLines
* Fix "make dist" work out of the box againPanu Matilainen2016-11-041-6/+1
| | | | | | | | | | | ChangeLog is listed as EXTRA_DIST but there's no rule to create it so dist target is broken except when invoked with Makefile.maint. Which nobody finds because its such a strange thing to have. Move back ChangeLog generation into main Makefile.am but do not require git to create it. Instead have a rule to create an empty file to appease EXTRA_DIST no matter what, and only create the real thing if we're in a git checkout and git command is present.
* Makefile.maint: use git-rev-listIgor Gnatenko2016-09-121-1/+1
| | | No need to query all commits and count lines of output, we can just ask git to provide information directly.
* Change snapshot tarball versioning to use '-' instead of '.'Panu Matilainen2014-06-261-1/+1
| | | | | - ...just to be avoid having to fiddle with separators when going from snapshots to -beta, -rc etc...
* Add a "release" target to Makefile.maint, mainly for changelog updating atmPanu Matilainen2014-04-031-0/+2
|
* Make peace with newer gitPanu Matilainen2009-06-121-2/+2
|
* Adjust maintainer makefile for hg -> git switchoverPanu Matilainen2008-03-201-3/+3
|
* Add dumb maintainer snapshot generator make rulePanu Matilainen2007-12-191-1/+4
|
* Include toplevel Makefile from Makefile.maintPanu Matilainen2007-12-171-0/+2
| | | | - allow "make dist" in one step with .maint..
* Make ChangeLog creation depend on .hg directoryPanu Matilainen2007-12-171-1/+1
| | | | | - .hg dir timestamp changes on commits, otherwise updating ChangeLog requires removing it
* Remove generation of ChangeLog to Makefile.maint.Ralf Corsépius2007-10-071-0/+2