Changeset 7b12ac8c3cfbb95f2091775a414c5898edad335f
- Timestamp:
- 05/13/08 20:56:33
(2 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1210704993 +0100
- git-parent:
[0ff332eea0587d2f46292327c847b3de858e066c]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1210704993 +0100
- Message:
Fix changelog generation
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5ab3b81 |
r7b12ac8 |
|
| 52 | 52 | $(CHANGELOGS): Makefile.am |
|---|
| 53 | 53 | if test -d "$(top_srcdir)/.git"; then \ |
|---|
| 54 | | y="$@"; y="$${y##ChangeLog-}" ; |
|---|
| | 54 | y="$@"; y="$${y##ChangeLog-}" ; \ |
|---|
| 55 | 55 | git --git-dir="$(top_srcdir)/.git" log \ |
|---|
| 56 | 56 | --since="$$y-01-01" \ |
|---|