aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-04 17:08:58 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-01-05 17:15:09 +0300
commita95b0941c5b5cef654e4005a0d0c85573cb6c807 (patch)
treeafa2a1cedc3e14acc14b6955656958bb2456d177
parentacbe509888805c371abf77aff4849995cfb7a1b4 (diff)
downloadlibmicrohttpd-a95b0941c5b5cef654e4005a0d0c85573cb6c807.tar.gz
libmicrohttpd-a95b0941c5b5cef654e4005a0d0c85573cb6c807.zip
doc/Makefile: reordered targets and dependencies
-rw-r--r--doc/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index dec730e5..48e5e8bc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2man_MANS = libmicrohttpd.3 2dist_man_MANS = libmicrohttpd.3
3 3
4SUBDIRS = . doxygen 4SUBDIRS = . doxygen
5 5
@@ -17,6 +17,11 @@ info_TEXINFOS = \
17 libmicrohttpd.texi \ 17 libmicrohttpd.texi \
18 libmicrohttpd-tutorial.texi 18 libmicrohttpd-tutorial.texi
19microhttpd_TEXINFOS = \ 19microhttpd_TEXINFOS = \
20 lgpl.texi \
21 ecos.texi \
22 gpl-2.0.texi \
23 fdl-1.3.texi
24microhttpd_tutorial_TEXINFOS = \
20 chapters/basicauthentication.inc \ 25 chapters/basicauthentication.inc \
21 chapters/bibliography.inc \ 26 chapters/bibliography.inc \
22 chapters/exploringrequests.inc \ 27 chapters/exploringrequests.inc \
@@ -26,15 +31,10 @@ microhttpd_TEXINFOS = \
26 chapters/processingpost.inc \ 31 chapters/processingpost.inc \
27 chapters/responseheaders.inc \ 32 chapters/responseheaders.inc \
28 chapters/tlsauthentication.inc \ 33 chapters/tlsauthentication.inc \
29 chapters/sessions.inc \ 34 chapters/sessions.inc
30 fdl-1.3.texi \
31 gpl-2.0.texi \
32 lgpl.texi \
33 ecos.texi
34 35
35EXTRA_DIST = \ 36EXTRA_DIST = \
36 $(man_MANS) \ 37 $(microhttpd_TEXINFOS) $(microhttpd_tutorial_TEXINFOS) \
37 $(microhttpd_TEXINFOS) \
38 libmicrohttpd_performance_data.png \ 38 libmicrohttpd_performance_data.png \
39 libmicrohttpd_performance_data.eps 39 libmicrohttpd_performance_data.eps
40 40