[PATCH] @VERSION@ not substituted in doc/stow.8
[email protected] Mon, 2 Feb 2015 13:25:12 +0800
| Newsgroups | gmane.comp.gnu.stow.bugs |
|---|---|
| Message-ID | <[email protected]> |
From: Yue Du <[email protected]> This is a multi-part message in MIME format. --------------1.8.3.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit diff --git a/Makefile.am b/Makefile.am index c686269..f406bf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,9 +144,9 @@ lib/Stow.pm: lib/Stow.pm.in $(DEFAULT_IGNORE_LIST) Makefile # The below rules should only be needed by developers. ############################################################################## -doc/stow.8: bin/stow.in +doc/stow.8: bin/stow.in Makefile [ -d doc ] || mkdir doc # required in vpath mode - pod2man $< > $@ + $(edit) < $< | pod2man > $@ # We use automake's built-in rule to generate stow.info. The built-in # rules would also generate doc/stow.html and doc/stow.pdf, but after --------------1.8.3.1--