[Groonga-commit] groonga/groonga at 9ecae1f [master] onigmo: install HISTORY too

Back to archive index
Kouhei Sutou null+****@clear*****
Fri Dec 21 09:50:10 JST 2018


Kouhei Sutou	2018-12-21 09:50:10 +0900 (Fri, 21 Dec 2018)

  Revision: 9ecae1fb8ec88bc62415efc63ea59ce7733d2a78
  https://github.com/groonga/groonga/commit/9ecae1fb8ec88bc62415efc63ea59ce7733d2a78

  Message:
    onigmo: install HISTORY too

  Modified files:
    vendor/onigmo/CMakeLists.txt

  Modified: vendor/onigmo/CMakeLists.txt (+3 -1)
===================================================================
--- vendor/onigmo/CMakeLists.txt    2018-12-05 13:46:10 +0900 (2687c3af2)
+++ vendor/onigmo/CMakeLists.txt    2018-12-21 09:50:10 +0900 (216218151)
@@ -1,4 +1,5 @@
-# Copyright(C) 2015 Brazil
+# Copyright(C) 2015-2018 Brazil
+# Copyright(C) 2018 Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -144,6 +145,7 @@ if(GRN_WITH_ONIGMO)
   install(FILES
     "${ONIGMO_SOURCE_DIR}/AUTHORS"
     "${ONIGMO_SOURCE_DIR}/COPYING"
+    "${ONIGMO_SOURCE_DIR}/HISTORY"
     "${ONIGMO_SOURCE_DIR}/README"
     DESTINATION "${GRN_DATA_DIR}/onigmo")
 endif()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181221/044e86cc/attachment.html>


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