projects
/
platform
/
core
/
uifw
/
ise-engine-hangul.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14a44f
)
Use git to create ChangeLog
author
Choe Hwanjin
<choe.hwanjin@gmail.com>
Thu, 5 Jul 2012 14:22:53 +0000
(23:22 +0900)
committer
Choe Hwanjin
<choe.hwanjin@gmail.com>
Thu, 5 Jul 2012 14:22:53 +0000
(23:22 +0900)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 1ad7b22affae643521407939bb86e413c92aa222..36a742d27ff508f7b381e56f5f98c7ab4cec2d90 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-53,8
+53,7
@@
ACLOCAL = aclocal -I $(ac_aux_dir)
ACLOCAL_AMFLAGS = -I m4
-.PHONY: ChangeLog
-
-ChangeLog:
- svn2cl --include-rev --authors=$(top_srcdir)/developers -f $(top_srcdir)/$@
-
+dist-hook:
+ if test -d .git ; then \
+ git log -name-status --date=iso > $(distdir)/ChangeLog ; \
+ fi