Install man pages with binaries.

This commit is contained in:
Romuald Conty 2009-06-29 06:55:17 +00:00
parent bb4d79735a
commit 3c6f9c3a8c
7 changed files with 6 additions and 0 deletions

View file

@ -74,6 +74,7 @@ CFLAGS="$CFLAGS -std=c99"
AC_CONFIG_FILES([
Makefile
src/Makefile
man/Makefile
libnfc.pc
])

View file

@ -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)