GARNAME = docbook-xml
GARVERSION = 4.1.2
CATEGORIES = bootstrap
DISTFILES = docbkx412.zip

MASTER_SITES = http://www.tldp.org/authors/tools/

DESCRIPTION = docbook-xml
define BLURB
 #FIXME: blurb goes here
endef

INSTALL_SCRIPTS = custom

include ../category.mk

install-custom:
	@install -d $(sharedstatedir)/xml/docbook/dtd
	@cp -r $(WORKDIR)/* $(sharedstatedir)/xml/docbook/dtd
	@$(MAKECOOKIE)
