substitute @VERSION@ in stow.8 man page
Thanks to Yue Du for spotting this issue and providing the fix.
This commit is contained in:
parent
3a7cf35165
commit
99b669968d
1 changed files with 2 additions and 2 deletions
|
@ -144,9 +144,9 @@ lib/Stow.pm: lib/Stow.pm.in $(DEFAULT_IGNORE_LIST) Makefile
|
||||||
# The below rules should only be needed by developers.
|
# 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
|
[ -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
|
# 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
|
# rules would also generate doc/stow.html and doc/stow.pdf, but after
|
||||||
|
|
Loading…
Reference in a new issue