repo.or.cz
/
mmediamanager.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Maintainer's effort n.2:
[mmediamanager.git]
/
Makefile.am
blob
db5cffbd951268369a83559e91a61a8dc2bdc5da
1
SUBDIRS = po data src libmmanager-gtk test
2
3
EXTRA_DIST = \
4
ChangeLog
5
6
ChangeLog:
7
@if test -f $(top_srcdir)/.git/HEAD; then \
8
git log --stat > $@; \
9
fi
10
11
dist: ChangeLog
12
13
.PHONY: ChangeLog
14