aboutsummaryrefslogtreecommitdiff
path: root/doc/implementers-guide/Makefile.am
blob: 07ee141c8b2770122d950d141ac448c4e5e5e422 (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../Makefile.inc

SRC    = implementers-guide.adoc
TARGET = implementers-guide.html

EXTRA_DIST = $(SRC)

doc_DATA = $(TARGET)
$(TARGET): $(SRC)

CLEANFILES = $(doc_DATA)