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