[Groonga-commit] groonga/groonga at 86a31c4 [master] windows: stop to install Windows event log related file

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Sep 27 17:04:25 JST 2015


Kouhei Sutou	2015-09-27 17:04:25 +0900 (Sun, 27 Sep 2015)

  New Revision: 86a31c47430570512d9c0aa5fa23c46bf787d96b
  https://github.com/groonga/groonga/commit/86a31c47430570512d9c0aa5fa23c46bf787d96b

  Message:
    windows: stop to install Windows event log related file

  Removed files:
    data/windows_event_log/Makefile.am
  Modified files:
    configure.ac
    data/CMakeLists.txt
    data/Makefile.am

  Modified: configure.ac (+0 -1)
===================================================================
--- configure.ac    2015-09-26 19:24:41 +0900 (e28ac0c)
+++ configure.ac    2015-09-27 17:04:25 +0900 (df6dab2)
@@ -284,7 +284,6 @@ AC_CONFIG_FILES([
   data/systemd/fedora/Makefile
   data/systemd/fedora/sysconfig/Makefile
   data/scripts/Makefile
-  data/windows_event_log/Makefile
   tools/Makefile
   doc/Makefile
   doc/locale/Makefile

  Modified: data/CMakeLists.txt (+0 -2)
===================================================================
--- data/CMakeLists.txt    2015-09-26 19:24:41 +0900 (40eb249)
+++ data/CMakeLists.txt    2015-09-27 17:04:25 +0900 (85fbe8f)
@@ -16,5 +16,3 @@
 add_subdirectory(html)
 
 install(FILES groonga.conf DESTINATION "${GRN_CONFIG_DIR}/")
-install(FILES windows_event_log/provider.man
-  DESTINATION "${GRN_CONFIG_DIR}/windows_event_log/")

  Modified: data/Makefile.am (+1 -2)
===================================================================
--- data/Makefile.am    2015-09-26 19:24:41 +0900 (2e3522d)
+++ data/Makefile.am    2015-09-27 17:04:25 +0900 (96d1452)
@@ -5,8 +5,7 @@ SUBDIRS =			\
 	init.d			\
 	logrotate.d		\
 	systemd			\
-	scripts			\
-	windows_event_log
+	scripts
 
 pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
 dist_pkgsysconf_DATA =		\

  Deleted: data/windows_event_log/Makefile.am (+0 -3) 100644
===================================================================
--- data/windows_event_log/Makefile.am    2015-09-26 19:24:41 +0900 (57984c3)
+++ /dev/null
@@ -1,3 +0,0 @@
-windows_event_logdir = $(sysconfdir)/$(PACKAGE)/windows_event_log
-dist_windows_event_log_DATA =		\
-	provider.man
-------------- next part --------------
HTML����������������������������...
다운로드 



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