fix the bad man copy

This commit is contained in:
Sylvestre Ledru 2016-08-08 19:52:26 +00:00
parent d4136d0af8
commit b7e26a6dca

2
debian/rules vendored
View File

@ -258,7 +258,7 @@ build_doc:
fi
# the clang doc generation only generates clang manpage
# When it will do more, we should move that in the loop above
cd $(CURDIR)/clang/docs/_build/man/; mv clang.1 clang-$(LLVM_VERSION).1
# cd $(CURDIR)/clang/docs/_build/man/; mv clang.1 clang-$(LLVM_VERSION).1
# Remove the copy of jquery. See bug #701087
for d in $(TARGET_BUILD)/docs/html/_static/ $(TARGET_BUILD)/tools/clang/docs/html/_static/ $(TARGET_BUILD)/tools/clang/tools/extra/docs/html/_static/; do \