mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 15:40:53 +00:00
* Fix the renaming of the manpages (Closes: #834077)
* Fix a crash with clang-tidy (Closes: #833802) Fixed in 1:3.9~+rc1-1~exp1
This commit is contained in:
parent
078edc07c5
commit
5b373e7314
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
llvm-toolchain-3.9 (1:3.9~+rc3-1~exp2) experimental; urgency=medium
|
||||
|
||||
* Fix the renaming of the manpages (Closes: #834077)
|
||||
* Fix a crash with clang-tidy (Closes: #833802)
|
||||
Fixed in 1:3.9~+rc1-1~exp1
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 26 Aug 2016 23:34:16 +0200
|
||||
|
||||
llvm-toolchain-3.9 (1:3.9~+rc3-1~exp1) experimental; urgency=medium
|
||||
|
||||
* new RC release
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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/man/; \
|
||||
d=$(TARGET_BUILD)/docs/_build/man/; \
|
||||
if test -d $$d; then \
|
||||
cd $$d; \
|
||||
for f in *.1; do \
|
||||
|
Loading…
Reference in New Issue
Block a user