From 9d9ae9fb59ee3897ffc21dfa3b7078478ac6d674 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 12 Nov 2010 19:24:06 +0000 Subject: Add --enable-docs. Patch by NAKAMURA Takumi. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118918 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.config.in') diff --git a/Makefile.config.in b/Makefile.config.in index 9c2f4e6..a4d9f3d 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -264,6 +264,9 @@ OPTIMIZE_OPTION := @OPTIMIZE_OPTION@ # information to allow gprof to be used to get execution frequencies. #ENABLE_PROFILING = 1 +# When ENABLE_DOCS is disabled, docs/ will not be built. +ENABLE_DOCS = @ENABLE_DOCS@ + # When ENABLE_DOXYGEN is enabled, the doxygen documentation will be built ENABLE_DOXYGEN = @ENABLE_DOXYGEN@ -- cgit v1.1