aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 03c4b85336b78108b204eefe1548cd6950bb3763 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
man_MANS = libmicrohttpd.3
EXTRA_DIST = $(man_MANS) Doxyfile

DISTCLEANFILES = microhttpd.cps tutorial.cps tutorial.dvi
info_TEXINFOS = microhttpd.texi tutorial.texi
microhttpd_TEXINFOS = lgpl.texi chapters/basicauthentication.inc chapters/bibliography.inc chapters/exploringrequests.inc fdl-1.2.texi chapters/hellobrowser.inc chapters/introduction.inc chapters/processingpost.inc chapters/responseheaders.inc chapters/largerpost.inc \
examples/basicauthentication.c \
examples/hellobrowser.c \
examples/largepost.c \
examples/logging.c \ 
examples/responseheaders.c \
examples/simplepost.c