actually include docbook patch file, make sure processed man page cleaned up
[debian/efibootmgr] / debian / rules
index 6000698f37cd7bb0dde4f17afebe0809d59ad6bd..2dc0905fa72535aeccfaef465d11f287901e9371 100755 (executable)
@@ -10,3 +10,7 @@ export DH_VERBOSE=1
 override_dh_installman:
        (cd src/man/man8 ; docbook-to-man efibootmgr.8.docbook > efibootmgr.8)
        dh_installman
+
+override_dh_clean:
+       rm -f src/man/man8/efibootmgr.8
+       dh_clean