From 512c45420d50b598aef9dd004a08b0bb21635fc3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 12 Jan 2013 14:06:50 +0000 Subject: [PATCH] Also build the documentation --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index a3d7db59..1dca398a 100755 --- a/debian/rules +++ b/debian/rules @@ -88,6 +88,7 @@ override_dh_auto_configure: debian/libllvm$(LLVM_VERSION).install debian/llvm-$( override_dh_auto_build: $(MAKE) $(NJOBS) -C $(TARGET_BUILD) VERBOSE=1 CLANG_VENDOR=Debian CXXFLAGS=-std=c++0x + cd $(CURDIR)/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man # $(MAKE) $(NJOBS) -C build-compiler-rt VERBOSE=1 # Only available in clang 3.3 # cd $(CURDIR)/tools/clang/docs && make -f Makefile.sphinx