Skip to content
Snippets Groups Projects
Commit 25c40bf7 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Fix installation of manpages to correct directories (use automake magic)

parent a6dbf216
No related branches found
No related tags found
No related merge requests found
ACLOCAL_AMFLAGS = -I ../m4
libexec_PROGRAMS = knot-zcompile unittests unittests-zcompile unittests-libknot-realdata unittests-libknot unittests-xfr
sbin_PROGRAMS = knotc knotd
MANPAGES = knotc.8 knotd.8 knot.conf.5
man8_MANS = knotc.8 knotd.8 knot.conf.5
EXTRA_DIST = $(man8_MANS)
dist_man_MANS = knot.conf.5 knotc.8 knotd.8
# $(YACC) will generate header file
AM_CFLAGS = -Wall -Ilibknot -DLIBEXECDIR='"$(libexecdir)"' -DSYSCONFDIR='"$(sysconfdir)"' -DSBINDIR='"$(sbindir)"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment