[Groonga-commit] groonga/groonga [master] [doc][man] install to locale origin directory.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 5月 18日 (水) 17:44:50 JST


Kouhei Sutou	2011-05-18 08:44:50 +0000 (Wed, 18 May 2011)

  New Revision: 152ea41db0c67fe24178396cf2b2f0f7f5d41d56

  Log:
    [doc][man] install to locale origin directory.

  Modified files:
    doc/locale/en/Makefile.am
    doc/locale/ja/Makefile.am
    doc/locale/template.locale.Makefile.am

  Modified: doc/locale/en/Makefile.am (+2 -0)
===================================================================
--- doc/locale/en/Makefile.am    2011-05-18 08:40:34 +0000 (eb4a143)
+++ doc/locale/en/Makefile.am    2011-05-18 08:44:50 +0000 (46b8091)
@@ -3,3 +3,5 @@ SUBDIRS = LC_MESSAGES
 LOCALE = en
 
 include $(top_srcdir)/build/makefiles/sphinx.am
+
+dist_man1_MANS = $(man_files)

  Modified: doc/locale/ja/Makefile.am (+3 -0)
===================================================================
--- doc/locale/ja/Makefile.am    2011-05-18 08:40:34 +0000 (d706e95)
+++ doc/locale/ja/Makefile.am    2011-05-18 08:44:50 +0000 (4fcc7e7)
@@ -3,3 +3,6 @@ SUBDIRS = LC_MESSAGES
 LOCALE = ja
 
 include $(top_srcdir)/build/makefiles/sphinx.am
+
+ja_man1dir = $(mandir)/ja/man1
+dist_ja_man1_MANS = $(man_files)

  Modified: doc/locale/template.locale.Makefile.am (+3 -0)
===================================================================
--- doc/locale/template.locale.Makefile.am    2011-05-18 08:40:34 +0000 (0689c28)
+++ doc/locale/template.locale.Makefile.am    2011-05-18 08:44:50 +0000 (529875f)
@@ -3,3 +3,6 @@ SUBDIRS = LC_MESSAGES
 LOCALE = %LOCALE%
 
 include $(top_srcdir)/build/makefiles/sphinx.am
+
+%LOCALE%_man1dir = $(mandir)/%LOCALE%/man1
+dist_%LOCALE%_man1_MANS = $(man_files)




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