Create the directory before having the manpages generated

This commit is contained in:
Sylvestre Ledru 2018-02-24 18:38:10 +01:00
parent 4f6bd52e57
commit 2233aca9a4

1
debian/rules vendored
View File

@ -334,6 +334,7 @@ build_doc:
cd $$d && rm -f underscore.js && ln -s /usr/share/javascript/underscore/underscore.js && cd -; \
done
mkdir debian/man/
help2man --version-string=$(LLVM_VERSION) clang/tools/scan-view/bin/scan-view > debian/man/scan-view-$(LLVM_VERSION).1
help2man --version-string=$(LLVM_VERSION) clang/tools/clang-format/clang-format-diff.py > debian/man/clang-format-diff-$(LLVM_VERSION).1