Kaydet (Commit) 085c5c6b authored tarafından David Tardon's avatar David Tardon Kaydeden (comit) Fridrich Strba

make odk inst. check a check target

Change-Id: I1bd8ee091a3c74ad05af69a4b7d5a2db21731b76
Reviewed-on: https://gerrit.libreoffice.org/3535Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst 60b2b24d
...@@ -13,7 +13,6 @@ $(eval $(call gb_Module_add_targets,odk,\ ...@@ -13,7 +13,6 @@ $(eval $(call gb_Module_add_targets,odk,\
CustomTarget_odkcommon \ CustomTarget_odkcommon \
$(if $(filter WNT,$(OS)),Package_cli) \ $(if $(filter WNT,$(OS)),Package_cli) \
$(if $(DOXYGEN),CustomTarget_doxygen) \ $(if $(DOXYGEN),CustomTarget_doxygen) \
CustomTarget_check \
CustomTarget_html \ CustomTarget_html \
CustomTarget_settings \ CustomTarget_settings \
CustomTarget_autodoc \ CustomTarget_autodoc \
...@@ -62,5 +61,8 @@ $(eval $(call gb_Module_add_targets,odk,\ ...@@ -62,5 +61,8 @@ $(eval $(call gb_Module_add_targets,odk,\
Zip_odkcommon \ Zip_odkcommon \
)) ))
$(eval $(call gb_Module_add_check_targets,odk,\
CustomTarget_check \
))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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