libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit a95b0941c5b5cef654e4005a0d0c85573cb6c807
parent acbe509888805c371abf77aff4849995cfb7a1b4
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue,  4 Jan 2022 17:08:58 +0300

doc/Makefile: reordered targets and dependencies

Diffstat:
Mdoc/Makefile.am | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -1,5 +1,5 @@ # This Makefile.am is in the public domain -man_MANS = libmicrohttpd.3 +dist_man_MANS = libmicrohttpd.3 SUBDIRS = . doxygen @@ -17,6 +17,11 @@ info_TEXINFOS = \ libmicrohttpd.texi \ libmicrohttpd-tutorial.texi microhttpd_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 \ @@ -26,15 +31,10 @@ microhttpd_TEXINFOS = \ chapters/processingpost.inc \ chapters/responseheaders.inc \ chapters/tlsauthentication.inc \ - chapters/sessions.inc \ - fdl-1.3.texi \ - gpl-2.0.texi \ - lgpl.texi \ - ecos.texi + chapters/sessions.inc EXTRA_DIST = \ - $(man_MANS) \ - $(microhttpd_TEXINFOS) \ + $(microhttpd_TEXINFOS) $(microhttpd_tutorial_TEXINFOS) \ libmicrohttpd_performance_data.png \ libmicrohttpd_performance_data.eps