summaryrefslogtreecommitdiff
path: root/docs/Makefile
blob: 267de1dbf7548de70faf1243fef38a5fde6c2e9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TOP = ..
include $(TOP)/mk/boilerplate.mk

SUBDIRS = building docbook-cheat-sheet ext-core storage-mgt users_guide

PAGES = index.html

install-docs :: $(PAGES)
	$(INSTALL_DIR) $(datadir)/html
	$(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html

include $(TOP)/mk/target.mk