summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2007-01-06 15:35:09 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2007-01-06 15:35:09 +0900
commit440c780a6890182bd6172307edb60ad1ff2aaa3e (patch)
treeffaeb4d3258540ffb4c88a07c472d5fe5deea7dc /Makefile.am
parent1cd9521c3e55af0d0636ad0e25134920e27405b6 (diff)
downloadlibhangul-440c780a6890182bd6172307edb60ad1ff2aaa3e.tar.gz
* update documents
* update the rule to generate ChangeLog git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@110 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d88d6e7..6478f1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,4 +4,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libhangul.pc
log:
+ unset LC_ALL; \
+ export LANG=C ; \
+ export LC_CTYPE=ko_KR.UTF-8; \
svn log -v > ChangeLog