arif/doc/Makefile.am

28 lines
994 B
Makefile
Raw Permalink Normal View History

2023-07-28 00:30:25 +00:00
#
2023-02-12 12:26:45 +00:00
# Copyright (C) 2023 CismonX <admin@cismon.net>
2023-07-28 00:30:25 +00:00
#
2023-02-12 12:26:45 +00:00
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
2023-07-28 00:30:25 +00:00
#
2023-02-12 12:26:45 +00:00
info_TEXINFOS = arif.texi
2023-07-28 00:30:25 +00:00
dist_man1_MANS =
2023-02-12 12:26:45 +00:00
dist_man3_MANS = arif_ctx_create.3 \
arif_ctx_destroy.3 \
arif_fetch.3 \
arif_query.3 \
arif_select_page.3 \
arif_set_engine.3
arif_TEXINFOS = fdl.texi
if BUILD_ARIF_READLINE
dist_man1_MANS += arify.1
dist_man3_MANS += arif_rl_complete.3 \
arif_rl_display.3
endif # BUILD_ARIF_READLINE