From 62311c75cac7643e8131e2e346c415f3da8d37ac Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Mon, 4 Jan 2016 08:10:06 +0100 Subject: [PATCH] fixed build location of manual files --- npa/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npa/src/Makefile.am b/npa/src/Makefile.am index 8274da8..5a27426 100644 --- a/npa/src/Makefile.am +++ b/npa/src/Makefile.am @@ -15,7 +15,7 @@ EXTRA_DIST = npa-tool.ggo npa-tool.ggo.in opensc/src/common/simclist.c EXTRA_DIST += $(shell find -L $(top_srcdir)/src/opensc/src -path '*/.git' -prune -o -type f -a -name '*.h' -print) MAINTAINERCLEANFILES = $(BUILT_SOURCES) npa-tool.ggo $(dist_man1_MANS) -dist_man1_MANS = $(abs_builddir)/npa-tool.1 +dist_man1_MANS = $(builddir)/npa-tool.1 libnpa_la_SOURCES = iso-sm.c scutil.c npa.c boxing.c libnpa_la_LIBADD = $(OPENSC_LIBS) $(OPENPACE_LIBS) $(OPENSSL_LIBS) @@ -45,7 +45,7 @@ npa-tool.ggo: npa-tool.ggo.in $(do_subst) < $< > $(srcdir)/$@ -$(abs_builddir)/npa-tool.1: npa-tool.ggo.in +npa-tool.1: npa-tool.ggo.in $(HELP2MAN) \ --output=$@ \ --no-info \