diff options
author | Werner Koch <[email protected]> | 2014-06-03 07:48:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-03 07:48:48 +0000 |
commit | 71b0cd534ba3843e1a56f5c1b0a34e45a008ae42 (patch) | |
tree | cda4448e4867bec09737ac8123fab2057f8f5116 | |
parent | doc: Update from master (diff) | |
download | gnupg-71b0cd534ba3843e1a56f5c1b0a34e45a008ae42.tar.gz gnupg-71b0cd534ba3843e1a56f5c1b0a34e45a008ae42.zip |
doc: Adjust Makefile for fixed yat2m.
* doc/Makefile.am (yat2m-stamp): Remove dirmngr-client hack.
-rw-r--r-- | doc/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index c8d799bbf..252fc525f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 |