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