# makefile for generating MDAPI documentation

# relative to top level directory
TOP=../..
include $(TOP)/make.include

# must define these before include below
DOC_MAIN=hackmdx
DOC_INCS=intro build

include $(TOP)/make.doc
