fix the path in which man pages are now generated

This commit is contained in:
Sylvestre Ledru 2016-08-27 12:41:16 +00:00
parent 5b373e7314
commit 25fa4b4134

2
debian/rules vendored
View File

@ -249,7 +249,7 @@ build_doc:
-(cd $(TARGET_BUILD) && make $(NJOBS) docs-llvm-html docs-clang-html docs-clang-tools-html docs-polly-html docs-polly-man docs-clang-tools-man docs-clang-man docs-llvm-man)
# Rename manpages
d=$(TARGET_BUILD)/docs/_build/man/; \
d=$(TARGET_BUILD)/docs/man/; \
if test -d $$d; then \
cd $$d; \
for f in *.1; do \