# SPDX-FileCopyrightText: 2025 Stefan Gehn <stefan+gkrellm@srcbox.net>
# SPDX-License-Identifier: CC0-1.0

if get_option('build-client')
  if host_machine.system() != 'windows'
    install_man('gkrellm.1')
  endif
endif

if get_option('build-server')
  if host_machine.system() != 'windows'
    install_man('gkrellmd.1')
  endif
endif
