commit f4afef0017a846465600847b0ad68d02e34b01c9 parent 9fdc01cd6801849b5d6876834826db52c8aac113 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 28 Apr 2025 00:12:39 +0200 fix doc build Diffstat:
| M | doc/Makefile.am | | | 44 | ++++++++------------------------------------ |
1 file changed, 8 insertions(+), 36 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -9,55 +9,28 @@ if BUILD_EXAMPLES endif DISTCLEANFILES = \ - libmicrohttpd.cps \ - libmicrohttpd.dvi \ - libmicrohttpd-tutorial.cps \ - libmicrohttpd-tutorial.dvi + libmicrohttpd2.cps \ + libmicrohttpd2.dvi info_TEXINFOS = \ - libmicrohttpd.texi \ - libmicrohttpd-tutorial.texi -microhttpd_TEXINFOS = \ + libmicrohttpd2.texi +libmicrohttpd_TEXINFOS = \ lgpl.texi \ ecos.texi \ gpl-2.0.texi \ fdl-1.3.texi -microhttpd_tutorial_TEXINFOS = \ - chapters/basicauthentication.inc \ - chapters/bibliography.inc \ - chapters/exploringrequests.inc \ - chapters/hellobrowser.inc \ - chapters/introduction.inc \ - chapters/largerpost.inc \ - chapters/processingpost.inc \ - chapters/responseheaders.inc \ - chapters/tlsauthentication.inc \ - chapters/sessions.inc \ - chapters/websocket.inc EXTRA_DIST = \ - $(microhttpd_TEXINFOS) $(microhttpd_tutorial_TEXINFOS) \ - libmicrohttpd_performance_data.png \ - libmicrohttpd_performance_data.eps + $(libmicrohttpd_TEXINFOS) 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; + $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; install-html-local: @if test -n "$(htmldir)"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/libmicrohttpd.html'"; \ - $(MKDIR_P) "$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \ - echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png '$(DESTDIR)$(htmldir)/libmicrohttpd.html'"; \ - $(INSTALL_DATA) '$(srcdir)/libmicrohttpd_performance_data.png' "$(DESTDIR)$(htmldir)/libmicrohttpd.html" || exit 1; \ - else : ; fi - -uninstall-local: - @if test -d "$(DESTDIR)$(infodir)"; then \ - echo " rm -f '$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png'"; \ - rm -f "$(DESTDIR)$(infodir)/libmicrohttpd_performance_data.png" \ + echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/libmicrohttpd2.html'"; \ + $(MKDIR_P) "$(DESTDIR)$(htmldir)/libmicrohttpd2.html" || exit 1; \ else : ; fi update-stamp: @@ -65,4 +38,3 @@ update-stamp: $(MAKE) $(AM_MAKEFLAGS) '$(srcdir)/version.texi' .PHONY: update-stamp -