# jats Makefile include
# See LICENSE.md file for copyright and license details.

self := $(abspath $(lastword $(MAKEFILE_LIST)))
JATTOOL_TDK := $(dir $(self))
MKIT_DIR=$(JATTOOL_TDK)/utils/mkit
include $(MKIT_DIR)/mkit.mk
export JATTOOL_TDK

jatdoc:
	@$(JATTOOL_TDK)/utils/jatdoc -v
