summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 11:29:04 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 11:29:04 +0100
commit6aa036c805dca8a0f9f89adef8a9db8ddea9e73f (patch)
tree56b4a56711405d0f3d5ca4cfe4ab1011be3c72a4
parent2196728e2252917849c1be94417258076767021b (diff)
downloadlibgcrypt-baserock/morph.tar.gz
Hack to disable building docsbaserock/morph
Otherwise TeX is required
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 86fcd972..a8ec71c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,8 +22,8 @@ AUTOMAKE_OPTIONS = dist-bzip2
DISTCHECK_CONFIGURE_FLAGS = --disable-random-daemon \
--enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
-DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
-SUBDIRS = compat mpi cipher random src doc tests
+DIST_SUBDIRS = m4 compat mpi cipher random src tests
+SUBDIRS = compat mpi cipher random src tests
EXTRA_DIST = autogen.sh README.SVN \
ChangeLog-2011 scripts/ChangeLog-2011 doc/ChangeLog-2011 \
m4/ChangeLog-2011 cipher/ChangeLog-2011 src/ChangeLog-2011 \