diff --git a/configure.ac b/configure.ac index 422e22c..c8b20b8 100644 --- a/configure.ac +++ b/configure.ac @@ -74,6 +74,7 @@ CFLAGS="$CFLAGS -std=c99" AC_CONFIG_FILES([ Makefile src/Makefile + man/Makefile libnfc.pc ]) diff --git a/src/Makefile.am b/src/Makefile.am index 5b8eaf2..3b0c88e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) + diff --git a/man/nfc-anticol.1 b/src/nfc-anticol.1 similarity index 100% rename from man/nfc-anticol.1 rename to src/nfc-anticol.1 diff --git a/man/nfc-emulate.1 b/src/nfc-emulate.1 similarity index 100% rename from man/nfc-emulate.1 rename to src/nfc-emulate.1 diff --git a/man/nfc-list.1 b/src/nfc-list.1 similarity index 100% rename from man/nfc-list.1 rename to src/nfc-list.1 diff --git a/man/nfc-mftool.1 b/src/nfc-mftool.1 similarity index 100% rename from man/nfc-mftool.1 rename to src/nfc-mftool.1 diff --git a/man/nfc-relay.1 b/src/nfc-relay.1 similarity index 100% rename from man/nfc-relay.1 rename to src/nfc-relay.1