actually include docbook patch file, make sure processed man page cleaned up
[debian/efibootmgr] / debian / rules
1 #!/usr/bin/make -f
2 # rules file for the efibootmgr package, requires debhelper / dh
3 # copyright 2012 by Bdale Garbee, GPLv2 or later
4
5 export DH_VERBOSE=1
6
7 %:
8         dh $@
9
10 override_dh_installman:
11         (cd src/man/man8 ; docbook-to-man efibootmgr.8.docbook > efibootmgr.8)
12         dh_installman
13
14 override_dh_clean:
15         rm -f src/man/man8/efibootmgr.8
16         dh_clean