summaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
blob: b287714883b20101d91d16990a323af06ca2b400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if BUILD_MAN
man_MANS =  osmo-config-merge.8
endif

ASCIIDOCS = osmo-config-merge.adoc

A2X_OPTS_MANPAGE = --doctype manpage --format manpage -D ${builddir}

%.8 : %.adoc
		a2x ${A2X_OPTS_MANPAGE} $<

EXTRA_DIST = ${ASCIIDOCS}

CLEANFILES = \
	     osmo-config-merge.8