commit 5e90bb9288a3303f00faf57cf6f3a4e5f1dc7468 parent b1b3301ac3ea2e1207832e8fe7a159f2ad06b38c Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Mon, 3 Jan 2022 22:05:01 +0300 doc/Makefile: added phony target to force update timestamp Diffstat:
| M | doc/Makefile.am | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -58,4 +58,9 @@ uninstall-local: rm -f "$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png" \ else : ; fi -# end of 'if BUILD_DOC' +update-stamp: + @rm -f '$(srcdir)/stamp-vti' '$(srcdir)/version.texi' && \ + $(MAKE) $(AM_MAKEFLAGS) '$(srcdir)/version.texi' + +.PHONY: update-stamp +