mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc: Prefer an installed version of yat2m
* configure.ac (YAT2M): Check for tool. * doc/Makefile.am (yat2m-stamp): Use installed tool if possible. --
This commit is contained in:
parent
7fb724c616
commit
f6faa05874
2 changed files with 4 additions and 2 deletions
|
@ -146,12 +146,12 @@ yat2m-stamp: $(myman_sources) defs.inc
|
|||
@touch yat2m-stamp.tmp
|
||||
incd="`test -f defsincdate || echo '$(srcdir)/'`defsincdate"; \
|
||||
for file in $(myman_sources) ; do \
|
||||
./yat2m $(YAT2M_OPTIONS) --store \
|
||||
$(YAT2M) $(YAT2M_OPTIONS) --store \
|
||||
--date "`cat $$incd 2>/dev/null`" \
|
||||
`test -f '$$file' || echo '$(srcdir)/'`$$file ; done
|
||||
@mv -f yat2m-stamp.tmp $@
|
||||
|
||||
yat2m-stamp: yat2m
|
||||
yat2m-stamp: $(YAT2M)
|
||||
|
||||
$(myman_pages) gnupg.7 : yat2m-stamp defs.inc
|
||||
@if test -f $@; then :; else \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue