[Groonga-commit] groonga/groonga [master] [doc] don't build mo files on --disable-document.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 9月 6日 (火) 14:45:04 JST


Kouhei Sutou	2011-09-06 05:45:04 +0000 (Tue, 06 Sep 2011)

  New Revision: 07bfb89099d72a30138e2a4ca80a4f0c7266f003

  Log:
    [doc] don't build mo files on --disable-document.

  Modified files:
    build/makefiles/gettext.am

  Modified: build/makefiles/gettext.am (+2 -0)
===================================================================
--- build/makefiles/gettext.am    2011-08-30 09:26:20 +0000 (025e861)
+++ build/makefiles/gettext.am    2011-09-06 05:45:04 +0000 (ef1ccdf)
@@ -1,8 +1,10 @@
 include $(top_srcdir)/doc/files.am
 include $(top_srcdir)/build/makefiles/sphinx-build.am
 
+if ENABLE_DOCUMENT
 BUILT_SOURCES +=				\
 	$(mo_files)
+endif
 
 EXTRA_DIST +=					\
 	$(po_files)				\




Groonga-commit メーリングリストの案内
Back to archive index