null+****@clear*****
null+****@clear*****
2011年 5月 18日 (水) 17:09:52 JST
Kouhei Sutou 2011-05-18 08:09:52 +0000 (Wed, 18 May 2011)
New Revision: 3cb52418bcbd8c4e0ded4309632578995068c9f1
Log:
dist common makefiles.
Added files:
build/Makefile.am
build/makefiles/Makefile.am
Modified files:
Makefile.am
configure.ac
Modified: Makefile.am (+1 -0)
===================================================================
--- Makefile.am 2011-05-18 08:06:50 +0000 (d7099f6)
+++ Makefile.am 2011-05-18 08:09:52 +0000 (037dee3)
@@ -3,6 +3,7 @@
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS -I .
AUTOMAKE_OPTIONS = 1.9.6
SUBDIRS = \
+ build \
include \
lib \
plugins \
Added: build/Makefile.am (+2 -0) 100644
===================================================================
--- /dev/null
+++ build/Makefile.am 2011-05-18 08:09:52 +0000 (c5dae21)
@@ -0,0 +1,2 @@
+SUBDIRS = \
+ makefiles
Added: build/makefiles/Makefile.am (+5 -0) 100644
===================================================================
--- /dev/null
+++ build/makefiles/Makefile.am 2011-05-18 08:09:52 +0000 (78d84a1)
@@ -0,0 +1,5 @@
+EXTRA_DIST = \
+ gettext-files.mk \
+ gettext.mk \
+ sphinx-build.mk \
+ sphinx.mk
Modified: configure.ac (+2 -0)
===================================================================
--- configure.ac 2011-05-18 08:06:50 +0000 (278ba01)
+++ configure.ac 2011-05-18 08:09:52 +0000 (25404b7)
@@ -109,6 +109,8 @@ AC_SUBST(GRN_DLL_FILENAME)
AC_CONFIG_FILES([
Makefile
+ build/Makefile
+ build/makefiles/Makefile
src/Makefile
src/suggest/Makefile
lib/Makefile