From 85913afa11dc944f515170ef281c62768a71a743 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 10 Mar 2018 12:28:34 +0100 Subject: move to canonical gettext --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index b8fc5f2e..942f8b83 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -12,6 +12,7 @@ DISTCLEANFILES = \ libmicrohttpd.dvi \ libmicrohttpd-tutorial.cps \ libmicrohttpd-tutorial.dvi + info_TEXINFOS = \ libmicrohttpd.texi \ libmicrohttpd-tutorial.texi @@ -40,7 +41,7 @@ install-info-local: @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png '$(DESTDIR)$(infodir)'"; \ - $(INSTALL_DATA) $(srcdir)/libmicrohttpd_performance_data.png "$(DESTDIR)$(infodir)" || exit 1; + $(INSTALL_DATA) $(srcdir)/libmicrohttpd_performance_data.png "$(DESTDIR)$(infodir)" || exit 1; install-html-local: @if test -n "$(htmldir)"; then \ @@ -57,4 +58,3 @@ uninstall-local: else : ; fi # end of 'if BUILD_DOC' - -- cgit v1.2.3