diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f8ac28a1..7a672708 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -1,6 +1,8 @@ | |||
1 | man_MANS = libmicrohttpd.3 | 1 | man_MANS = libmicrohttpd.3 |
2 | EXTRA_DIST = $(man_MANS) Doxyfile | 2 | EXTRA_DIST = $(man_MANS) Doxyfile |
3 | 3 | ||
4 | SUBDIRS = . examples | ||
5 | |||
4 | DISTCLEANFILES = \ | 6 | DISTCLEANFILES = \ |
5 | libmicrohttpd.cps \ | 7 | libmicrohttpd.cps \ |
6 | libmicrohttpd.dvi \ | 8 | libmicrohttpd.dvi \ |
@@ -20,14 +22,6 @@ microhttpd_TEXINFOS = \ | |||
20 | chapters/responseheaders.inc \ | 22 | chapters/responseheaders.inc \ |
21 | chapters/tlsauthentication.inc \ | 23 | chapters/tlsauthentication.inc \ |
22 | chapters/sessions.inc \ | 24 | chapters/sessions.inc \ |
23 | examples/basicauthentication.c \ | ||
24 | examples/hellobrowser.c \ | ||
25 | examples/largepost.c \ | ||
26 | examples/logging.c \ | ||
27 | examples/responseheaders.c \ | ||
28 | examples/simplepost.c \ | ||
29 | examples/tlsauthentication.c \ | ||
30 | examples/sessions.c \ | ||
31 | fdl-1.3.texi \ | 25 | fdl-1.3.texi \ |
32 | lgpl.texi \ | 26 | lgpl.texi \ |
33 | ecos.texi | 27 | ecos.texi |