mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc: Adjust Makefile for fixed yat2m.
* doc/Makefile.am (yat2m-stamp): Remove dirmngr-client hack.
This commit is contained in:
parent
d03df68851
commit
71b0cd534b
1 changed files with 3 additions and 6 deletions
|
@ -93,16 +93,13 @@ yat2m: yat2m.c
|
|||
.fig.pdf:
|
||||
fig2dev -L pdf `test -f '$<' || echo '$(srcdir)/'`$< $@
|
||||
|
||||
# Note that yatm --store has a bug in that the @ifset gpgtwoone still
|
||||
# creates a dirmngr-client page from tools.texi.
|
||||
yat2m-stamp: $(myman_sources)
|
||||
@rm -f yat2m-stamp.tmp
|
||||
@touch yat2m-stamp.tmp
|
||||
rm -f yat2m-stamp.tmp
|
||||
touch yat2m-stamp.tmp
|
||||
for file in $(myman_sources) ; do \
|
||||
./yat2m $(YAT2M_OPTIONS) --store \
|
||||
`test -f '$$file' || echo '$(srcdir)/'`$$file ; done
|
||||
@test -f dirmngr-client.1 && rm dirmngr-client.1
|
||||
@mv -f yat2m-stamp.tmp $@
|
||||
mv -f yat2m-stamp.tmp $@
|
||||
|
||||
yat2m-stamp: yat2m
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue