aboutsummaryrefslogtreecommitdiff
path: root/contrib/libucl/doc/Makefile.am
blob: c6223ecf24fd7bb4c4b97c9d8675d6b786a33289 (plain) (blame)
1
2
3
4
5
6
7
8
EXTRA_DIST = api.md

dist_man_MANS = libucl.3

gen-man: @PANDOC@
	tail -n +$$(grep -n '# Synopsis' api.md | cut -d':' -f1) api.md | \
	cat pandoc.template - | sed -e 's/^# \(.*\)/# \U\1/' | \
	@PANDOC@ -s -f markdown -t man -o libucl.3