aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-05 11:46:23 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-05 11:46:23 +0000
commit9f01e17e570d44e26c4dbab612b48788276a5a1d (patch)
tree779dbbdcb48ffe1f423c4f8e48f96ce5bd47a1f5
parent1a6f22b489c2cc66f2b715c8f110a1378af6f0b1 (diff)
downloadlibmicrohttpd-9f01e17e570d44e26c4dbab612b48788276a5a1d.tar.gz
libmicrohttpd-9f01e17e570d44e26c4dbab612b48788276a5a1d.zip
-make sure to include license texi files
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7a672708..ed20c875 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,4 @@
1man_MANS = libmicrohttpd.3 1man_MANS = libmicrohttpd.3
2EXTRA_DIST = $(man_MANS) Doxyfile
3 2
4SUBDIRS = . examples 3SUBDIRS = . examples
5 4
@@ -26,3 +25,4 @@ microhttpd_TEXINFOS = \
26 lgpl.texi \ 25 lgpl.texi \
27 ecos.texi 26 ecos.texi
28 27
28EXTRA_DIST = $(man_MANS) Doxyfile $(microhttpd_TEXINFOS)