summaryrefslogtreecommitdiffstats
path: root/meta/classes/manpages.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/manpages.bbclass')
-rw-r--r--meta/classes/manpages.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/manpages.bbclass b/meta/classes/manpages.bbclass
deleted file mode 100644
index d16237b898..0000000000
--- a/meta/classes/manpages.bbclass
+++ /dev/null
@@ -1,5 +0,0 @@
-# Inherit this class to enable or disable building and installation of manpages
-# depending on whether 'api-documentation' is in DISTRO_FEATURES. Such building
-# tends to pull in the entire XML stack and other tools, so it's not enabled
-# by default.
-PACKAGECONFIG_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'manpages', '', d)}"