10 lines
213 B
Makefile
10 lines
213 B
Makefile
SUBDIRS = src images
|
|
|
|
distcheck-hook:
|
|
test -d .svn && \
|
|
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
|
|| true
|
|
test -d ../.git && \
|
|
git2cl > ChangeLog \
|
|
|| true
|