[linux] 11/18: debian/rules.real: Stop using the mandocs target

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Oct 1 15:18:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 604a4a57430ca6094fcb7827eb13998484a9db10
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Sep 30 14:45:45 2017 +0100

    debian/rules.real: Stop using the mandocs target
    
    The upstream doc build system still implements the old mandocs target,
    but it's now a no-op.  Stop using it, as it will presumably be removed
    at some point.
---
 debian/rules.real | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules.real b/debian/rules.real
index 82d9a6d..0018793 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -198,7 +198,7 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
 	rm -rf '$(DIR)'
 	$(call copy_source,$(DIR))
 	+$(MAKE_CLEAN) -C '$(DIR)' xmldocs
-	+$(MAKE_CLEAN) -C '$(DIR)' htmldocs mandocs
+	+$(MAKE_CLEAN) -C '$(DIR)' htmldocs
 endif
 	@$(stamp)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list