Commit 27468f0e authored by Tim Gardner's avatar Tim Gardner

UBUNTU: [Debian] Fix linux-doc dangling symlinks

BugLink: https://bugs.launchpad.net/bugs/661306Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
Acked-by: default avatarStefan Bader <stefan.bader@canonical.com>
Acked-by: default avatarChris J Arges <chris.j.arges@canonical.com>
parent ffb89852
......@@ -42,8 +42,9 @@ ifeq ($(do_doc_package_content),true)
if [ -z "$(AUTOBUILD)" ]; then \
install -d $(docdir)/$(doc_pkg_name)-tmp; \
$(kmake) O=$(docdir)/$(doc_pkg_name)-tmp htmldocs; \
mv $(docdir)/$(doc_pkg_name)-tmp/Documentation/DocBook \
$(docdir)/html; \
install -d $(docdir)/html; \
rsync -aL $(docdir)/$(doc_pkg_name)-tmp/Documentation/DocBook/ \
$(docdir)/html/; \
rm -rf $(docdir)/$(doc_pkg_name)-tmp; \
fi
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment