diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 16 |
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 |
2 | man_MANS = libmicrohttpd.3 | 2 | dist_man_MANS = libmicrohttpd.3 |
3 | 3 | ||
4 | SUBDIRS = . doxygen | 4 | SUBDIRS = . doxygen |
5 | 5 | ||
@@ -17,6 +17,11 @@ info_TEXINFOS = \ | |||
17 | libmicrohttpd.texi \ | 17 | libmicrohttpd.texi \ |
18 | libmicrohttpd-tutorial.texi | 18 | libmicrohttpd-tutorial.texi |
19 | microhttpd_TEXINFOS = \ | 19 | microhttpd_TEXINFOS = \ |
20 | lgpl.texi \ | ||
21 | ecos.texi \ | ||
22 | gpl-2.0.texi \ | ||
23 | fdl-1.3.texi | ||
24 | microhttpd_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 | ||
35 | EXTRA_DIST = \ | 36 | EXTRA_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 | ||