Use pandoc to generate manpage
[fdkaac.git] / debian / rules
... / ...
CommitLineData
1#!/usr/bin/make -f
2DPKG_EXPORT_BUILDFLAGS = 1
3include /usr/share/dpkg/default.mk
4
5%:
6 dh $@ --with autoreconf
7
8override_dh_auto_build:
9 pandoc -s -f markdown -t man README >fdkaac.1
10 dh_auto_build
This page took 0.009177 seconds and 4 git commands to generate.