[Groonga-commit] groonga/groonga-normalizer-mysql [master] Support installing doc/

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 2 23:50:08 JST 2013


Kouhei Sutou	2013-02-02 23:50:08 +0900 (Sat, 02 Feb 2013)

  New Revision: 892fd3fc743928405eba74d2f7b0e9e6964710cd
  https://github.com/groonga/groonga-normalizer-mysql/commit/892fd3fc743928405eba74d2f7b0e9e6964710cd

  Log:
    Support installing doc/

  Copied files:
    doc/Makefile.am
      (from Makefile.am)
    doc/text/Makefile.am
      (from Makefile.am)
  Modified files:
    Makefile.am
    configure.ac

  Modified: Makefile.am (+3 -3)
===================================================================
--- Makefile.am    2013-02-01 18:57:02 +0900 (8f3f6bb)
+++ Makefile.am    2013-02-02 23:50:08 +0900 (31b0f6e)
@@ -19,11 +19,11 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS =					\
 	normalizers				\
 	packages				\
-	test
+	test					\
+	doc
 
 docdir = $(datadir)/doc/$(PACKAGE)
-dist_doc_DATA = \
-	doc					\
+dist_doc_DATA =					\
 	README.md
 
 pkgconfigdir = $(libdir)/pkgconfig

  Modified: configure.ac (+2 -0)
===================================================================
--- configure.ac    2013-02-01 18:57:02 +0900 (48be417)
+++ configure.ac    2013-02-02 23:50:08 +0900 (45b3845)
@@ -117,6 +117,8 @@ AC_CONFIG_FILES([
   packages/yum/Makefile
   packages/source/Makefile
   test/Makefile
+  doc/Makefile
+  doc/text/Makefile
 ])
 
 AC_OUTPUT

  Copied: doc/Makefile.am (+1 -22) 71%
===================================================================
--- Makefile.am    2013-02-01 18:57:02 +0900 (8f3f6bb)
+++ doc/Makefile.am    2013-02-02 23:50:08 +0900 (771336d)
@@ -14,26 +14,5 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-ACLOCAL_AMFLAGS = -I m4
-
 SUBDIRS =					\
-	normalizers				\
-	packages				\
-	test
-
-docdir = $(datadir)/doc/$(PACKAGE)
-dist_doc_DATA = \
-	doc					\
-	README.md
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = groonga-normalizer-mysql.pc
-
-echo-groonga:
-	@echo $(GROONGA)
-
-echo-groonga-httpd:
-	@echo $(GROONGA_HTTPD)
-
-echo-ruby:
-	@echo $(RUBY)
+	text

  Copied: doc/text/Makefile.am (+2 -22) 72%
===================================================================
--- Makefile.am    2013-02-01 18:57:02 +0900 (8f3f6bb)
+++ doc/text/Makefile.am    2013-02-02 23:50:08 +0900 (52dbe4a)
@@ -14,26 +14,6 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-ACLOCAL_AMFLAGS = -I m4
-
-SUBDIRS =					\
-	normalizers				\
-	packages				\
-	test
-
 docdir = $(datadir)/doc/$(PACKAGE)
-dist_doc_DATA = \
-	doc					\
-	README.md
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = groonga-normalizer-mysql.pc
-
-echo-groonga:
-	@echo $(GROONGA)
-
-echo-groonga-httpd:
-	@echo $(GROONGA_HTTPD)
-
-echo-ruby:
-	@echo $(RUBY)
+dist_doc_DATA =					\
+	lgpl-2.0.txt
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index