>From 5a92ac70e291ce8539b6aacd94e908dcb7000bc1 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 15 Apr 2011 14:48:17 +0200 Subject: [PATCH] Build oathtool.1 out-of-source-dir. Look for oathtool.h2m in srcdir. --- oathtool/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/oathtool/Makefile.am b/oathtool/Makefile.am index 34876f4..149a081 100644 --- a/oathtool/Makefile.am +++ b/oathtool/Makefile.am @@ -40,6 +40,6 @@ EXTRA_DIST = oathtool.h2m oathtool.1: $(srcdir)/oathtool.c $(srcdir)/oathtool.ggo $(srcdir)/oathtool.h2m $(srcdir)/configure.ac $(HELP2MAN) \ - --include oathtool.h2m \ + --include $(srcdir)/oathtool.h2m \ --no-info \ --output=$@ $(top_builddir)/oathtool$(EXEEXT) -- 1.7.1