Install man pages with binaries.
This commit is contained in:
parent
bb4d79735a
commit
3c6f9c3a8c
7 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,7 @@ CFLAGS="$CFLAGS -std=c99"
|
|||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
src/Makefile
|
||||
man/Makefile
|
||||
libnfc.pc
|
||||
])
|
||||
|
||||
|
|
|
@ -34,3 +34,8 @@ nfc_relay_LDADD = libnfc.la
|
|||
|
||||
nfc_emulate_SOURCES = emulate.c
|
||||
nfc_emulate_LDADD = libnfc.la
|
||||
|
||||
dist_man_MANS = nfc-anticol.1 nfc-emulate.1 nfc-list.1 nfc-mftool.1 nfc-relay.1
|
||||
#dist_man_MANS = $(man_MANS)
|
||||
#EXTRA_DIST = $(man_MANS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue