Commit 033928fd authored by Markos Chandras's avatar Markos Chandras Committed by Peter Korsgaard
Browse files

vim: Docs are only available when BR2_PACKAGE_VIM_RUNTIME is selected

parent 2ac83dd9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -42,10 +42,9 @@ endef

ifeq ($(BR2_PACKAGE_VIM_RUNTIME),y)
VIM_POST_INSTALL_TARGET_HOOKS += VIM_INSTALL_RUNTIME_CMDS
endif

ifneq ($(BR2_HAVE_DOCUMENTATION),y)
VIM_POST_INSTALL_TARGET_HOOKS += VIM_REMOVE_DOCS
endif
endif

$(eval $(autotools-package))