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