summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2009-10-29 23:22:15 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2009-10-29 23:22:15 +0900
commit991409ab7cb3d4390d5a79699f7c3cd4fefe990b (patch)
tree6711be3a97208896a17dc8304f64ee5cb5d21f9b /Makefile.am
parente10b4225b5954dcb5af74b4338fd79023745abdb (diff)
downloadlibhangul-991409ab7cb3d4390d5a79699f7c3cd4fefe990b.tar.gz
문서화
* doxygen 관련 파일은 doc 디렉토리로 옮김 * doc 디렉토리에 따로 Makefile을 두어 관리함 * Doxyfile에 버젼 정보가 configure 스크립드로 자동 갱신할 수 있도록 수정 git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@206 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d63f35e..339e67d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,11 @@ SUBDIRS = hangul data test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libhangul.pc
+EXTRA_DIST = \
+ doc/Makefile \
+ doc/Doxyfile.in \
+ doc/mainpage.dox
+
log:
unset LC_ALL; \
export LANG=C ; \