Kaydet (Commit) 6e495b9b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Build autodoc only for desktop OSes

Change-Id: I43ae61bd090139e53218608816253c15542b1ceb
üst f1e95bd6
...@@ -8,8 +8,12 @@ ...@@ -8,8 +8,12 @@
# #
$(eval $(call gb_Module_Module,autodoc)) $(eval $(call gb_Module_Module,autodoc))
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,autodoc,\ $(eval $(call gb_Module_add_targets,autodoc,\
Executable_autodoc \ Executable_autodoc \
)) ))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:
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