summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2018-06-06 14:17:15 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2018-06-06 15:13:40 +0900
commit08b34532dfc2681575329df8042e20a4c3360bd1 (patch)
tree8cdb1467c1898d37a31367b428639aafd37258d3 /doc/Doxyfile.in
parent1b70b5cef901166f01d3a411191d0a493463dd67 (diff)
downloadlibhangul-08b34532dfc2681575329df8042e20a4c3360bd1.tar.gz
doc: builddir과 srcdir이 다른 경우에도 빌드되게 함
Makefile을 자동으로 업데이트하고 빌드되게 하려면 Makefile.am으로 처리하는 편이 편리한 것 같다.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 1fdd062..19c7c59 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -450,13 +450,13 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../hangul/hangul.h \
- ../hangul/hangulctype.c \
- ../hangul/hangulinputcontext.c \
- ../hangul/hangulkeyboard.c \
- ../hangul/hanja.c \
- mainpage.dox \
- hangulkeyboards.dox
+INPUT = @top_srcdir@/hangul/hangul.h \
+ @top_srcdir@/hangul/hangulctype.c \
+ @top_srcdir@/hangul/hangulinputcontext.c \
+ @top_srcdir@/hangul/hangulkeyboard.c \
+ @top_srcdir@/hangul/hanja.c \
+ @srcdir@/mainpage.dox \
+ @builddir@/hangulkeyboards.dox
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp