From b852b5964b60ee6ca2f945955025fa0eb5c9e4df Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Fri, 8 Mar 2013 19:47:32 -0500 Subject: [PATCH] Be sure doc/pwmd.1 is generated during 'make dist'. --- doc/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ee3f869a..d3f6ff7c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -16,7 +16,7 @@ commands.texi: extract-help-text.awk $(top_srcdir)/src/commands.c && echo '@end menu' >> menu.texi rm -f pwmd.texi.in menu.texi.in -$(srcdir)/pwmd.info: commands.texi +pwmd.info: commands.texi pwmd.1: yat2m pwmd.texi @if test ! -f $(top_srcdir)/doc/pwmd.1; then \ @@ -25,6 +25,8 @@ pwmd.1: yat2m pwmd.texi > $(top_srcdir)/doc/pwmd.1; \ fi -pwmd.html: commands.texi +pwmd.html: pwmd.info all: pwmd.html + +dist-hook: pwmd.1 -- 2.11.4.GIT