summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-17 18:17:46 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-17 18:17:46 +0100
commit2b3a379ecacb8766c4d69846f1fb86cd6ad6e2a7 (patch)
treec415bc64eaa0ee8506f2f37d6274f90528d2c594
parentba4aedf229c81f68f13b66e31c40505969bcfb80 (diff)
downloadgnutls-2b3a379ecacb8766c4d69846f1fb86cd6ad6e2a7.tar.gz
Disable manpages
Would be nice to make this optional and submit a patch, but not yet
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7f1fde9090..096dd0431a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -23,7 +23,7 @@ EXTRA_DIST = TODO certtool.cfg gnutls.pdf gnutls.html \
doxygen/Doxyfile.in doxygen/Doxyfile.orig texinfo.css \
gnutls-guile.pdf gnutls-guile.html stamp_enums stamp_functions
-SUBDIRS = examples cyclo scripts manpages credentials latex
+SUBDIRS = examples cyclo scripts credentials latex
if ENABLE_GTK_DOC
SUBDIRS += reference
endif