aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: cb8ce47a624d9ae782e9bae5b622accdb4b9bda0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
man_MANS = libmicrohttpd.3

SUBDIRS = . examples doxygen

DISTCLEANFILES = \
  libmicrohttpd.cps \
  libmicrohttpd.dvi \
  libmicrohttpd-tutorial.cps \
  libmicrohttpd-tutorial.dvi
if HAVE_MAKEINFO_BINARY
info_TEXINFOS = \
  libmicrohttpd.texi \
  libmicrohttpd-tutorial.texi
endif
microhttpd_TEXINFOS = \
  chapters/basicauthentication.inc \
  chapters/bibliography.inc \
  chapters/exploringrequests.inc \
  chapters/hellobrowser.inc \
  chapters/introduction.inc \
  chapters/largerpost.inc \
  chapters/processingpost.inc \
  chapters/responseheaders.inc \
  chapters/tlsauthentication.inc \
  chapters/sessions.inc \
  fdl-1.3.texi \
  lgpl.texi \
  ecos.texi

EXTRA_DIST = $(man_MANS) $(microhttpd_TEXINFOS) performance_data.png