From 4db5e7ae7698393552c34d2c28180bbefa87fd62 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Mon, 1 Mar 2010 03:17:48 +0100 Subject: Add configure switch to disable use of asciidoc Also break the build if that switch isn't used and asciidoc isn't available. --- doc/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index dbc44f0fb..e7edb0476 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,7 +13,11 @@ # part of the source distribution, so that people without asciidoc can # just use the .1 and .html files. +if USE_ASCIIDOC asciidoc_files = tor tor-gencert tor-resolve torify +else +asciidoc_files = +endif html_in = $(asciidoc_files:=.html.in) -- cgit v1.2.3