[Groonga-commit] groonga/groonga [master] don't create locale document directory on --disable-document.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 12日 (土) 16:42:15 JST


Kouhei Sutou	2011-11-12 07:42:15 +0000 (Sat, 12 Nov 2011)

  New Revision: 258ddb3f994857d84944f889db9c4e9e6c4d1eb8

  Log:
    don't create locale document directory on --disable-document.

  Modified files:
    build/makefiles/sphinx.am

  Modified: build/makefiles/sphinx.am (+1 -2)
===================================================================
--- build/makefiles/sphinx.am    2011-11-12 05:54:52 +0000 (933b70d)
+++ build/makefiles/sphinx.am    2011-11-12 07:42:15 +0000 (202c6ac)
@@ -1,13 +1,12 @@
 include $(top_srcdir)/doc/files.am
 include $(top_srcdir)/build/makefiles/sphinx-build.am
 
-doc_localedir = $(docdir)/$(LOCALE)
-
 $(html_files): html-build-stamp
 $(html_files_relative_from_locale_dir): html-build-stamp
 $(man_files): man-build-stamp
 
 if ENABLE_DOCUMENT
+doc_localedir = $(docdir)/$(LOCALE)
 nobase_dist_doc_locale_DATA =			\
 	$(html_files_relative_from_locale_dir)
 endif




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