Kouhei Sutou
null+****@clear*****
Mon Jul 27 22:09:58 JST 2015
Kouhei Sutou 2015-07-27 22:09:58 +0900 (Mon, 27 Jul 2015) New Revision: 029f51ad76146dfa45e2696d445f088b6d25562c https://github.com/groonga/groonga/commit/029f51ad76146dfa45e2696d445f088b6d25562c Message: windows: install manifest file for Windows Event Log provider Added files: data/windows_event_log/Makefile.am Modified files: configure.ac data/CMakeLists.txt data/Makefile.am Modified: configure.ac (+1 -0) =================================================================== --- configure.ac 2015-07-27 21:57:53 +0900 (7a3888a) +++ configure.ac 2015-07-27 22:09:58 +0900 (c82ee94) @@ -283,6 +283,7 @@ 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 (+3 -1) =================================================================== --- data/CMakeLists.txt 2015-07-27 21:57:53 +0900 (7f766ef) +++ data/CMakeLists.txt 2015-07-27 22:09:58 +0900 (40eb249) @@ -1,4 +1,4 @@ -# Copyright(C) 2012 Brazil +# Copyright(C) 2012-2015 Brazil # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,3 +16,5 @@ 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 (+2 -1) =================================================================== --- data/Makefile.am 2015-07-27 21:57:53 +0900 (96d1452) +++ data/Makefile.am 2015-07-27 22:09:58 +0900 (2e3522d) @@ -5,7 +5,8 @@ SUBDIRS = \ init.d \ logrotate.d \ systemd \ - scripts + scripts \ + windows_event_log pkgsysconfdir = $(sysconfdir)/$(PACKAGE) dist_pkgsysconf_DATA = \ Added: data/windows_event_log/Makefile.am (+3 -0) 100644 =================================================================== --- /dev/null +++ data/windows_event_log/Makefile.am 2015-07-27 22:09:58 +0900 (57984c3) @@ -0,0 +1,3 @@ +windows_event_logdir = $(sysconfdir)/$(PACKAGE)/windows_event_log +dist_windows_event_log_DATA = \ + provider.man -------------- next part -------------- HTML����������������������������...Download