Panu Matilainen
c896a481f2
Fix "make dist" work out of the box again
...
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.
2016-11-04 11:02:50 +02:00
Igor Gnatenko
58a9cc704f
Makefile.maint: use git-rev-list
...
No need to query all commits and count lines of output, we can just ask git to provide information directly.
2016-09-12 14:59:30 +02:00
Panu Matilainen
a69d5b5a1b
Change snapshot tarball versioning to use '-' instead of '.'
...
- ...just to be avoid having to fiddle with separators when going
from snapshots to -beta, -rc etc...
2014-06-26 15:56:14 +03:00
Panu Matilainen
a1f62c26e0
Add a "release" target to Makefile.maint, mainly for changelog updating atm
2014-04-03 12:15:29 +03:00
Panu Matilainen
17d66c47b1
Make peace with newer git
2009-06-12 08:29:02 +03:00
Panu Matilainen
f779b62276
Adjust maintainer makefile for hg -> git switchover
2008-03-20 10:59:17 +02:00
Panu Matilainen
19f943cc36
Add dumb maintainer snapshot generator make rule
2007-12-19 09:38:32 +02:00
Panu Matilainen
3ea6e70658
Include toplevel Makefile from Makefile.maint
...
- allow "make dist" in one step with .maint..
2007-12-17 15:32:25 +02:00
Panu Matilainen
2b50ad6fa4
Make ChangeLog creation depend on .hg directory
...
- .hg dir timestamp changes on commits, otherwise updating ChangeLog
requires removing it
2007-12-17 11:19:55 +02:00
Ralf Corsépius
b27dcbe546
Remove generation of ChangeLog to Makefile.maint.
2007-10-07 18:15:20 +02:00