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.
This commit is contained in:
Ben Hutchings 2017-09-30 14:45:45 +01:00
parent 112ad0c27f
commit 604a4a5743
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -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)