From 8401276373758410396eb1d8c383448006e7b206 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sat, 25 Feb 2017 13:50:49 +0000 Subject: [PATCH] Force creation of debian/man --- autoconf/config.guess.hack | 0 debian/changelog | 1 + debian/rules | 3 +-- 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 autoconf/config.guess.hack diff --git a/autoconf/config.guess.hack b/autoconf/config.guess.hack old mode 100644 new mode 100755 diff --git a/debian/changelog b/debian/changelog index 39c7fe29..93a8e7b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ llvm-toolchain-3.8 (1:3.8.1-17+rpi1) stretch-staging; urgency=medium [changes introduced in 1:3.8.1-17+rpi1 by Peter Michael Green] * Remove more crap in clean target. + * Force creation of debian/man. -- Peter Michael Green Thu, 02 Feb 2017 06:05:39 +0000 diff --git a/debian/rules b/debian/rules index 170a6e09..69627162 100755 --- a/debian/rules +++ b/debian/rules @@ -262,7 +262,6 @@ override_dh_auto_configure: preconfigure -DLIBCLANG_LIBRARY_VERSION=$(SONAME_EXT); \ fi - override_dh_auto_build: $(PRE_PROCESS) $(MAKE) $(NJOBS) -C $(TARGET_BUILD) VERBOSE=1 CLANG_VENDOR=$(VENDOR) CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)" REQUIRES_RTTI=1 DEBUGMAKE=1 cd $(TARGET_BUILD) \ @@ -272,7 +271,6 @@ override_dh_auto_build: bin/clang++ -c $$CFLAGS -std=c++11 ../lib/Fuzzer/*.cpp -IFuzzer; \ ar ruv libFuzzer.a Fuzzer*.o - ifeq (${AUTOCONF_BUILD},yes) # We run the build with the Asserts, new directory, make a symlink to make # sure the rest still work @@ -288,6 +286,7 @@ override_dh_prep: build_doc build_doc: + mkdir -p debian/man cd $(CURDIR)/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man cd $(CURDIR)/clang/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man -- 2.30.2