From 71b0cd534ba3843e1a56f5c1b0a34e45a008ae42 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 3 Jun 2014 09:48:48 +0200 Subject: doc: Adjust Makefile for fixed yat2m. * doc/Makefile.am (yat2m-stamp): Remove dirmngr-client hack. --- doc/Makefile.am | 9 +++------ 1 file 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 -- cgit v1.2.3