#!/bin/sh

help2man --section=1 --no-info --opt-include=doc/debtags-man-hooks debtags > debtags.1 || rm debtags.1
#debtags.1: $(top_builddir)/debtags $(srcdir)/doc/debtags-man-hooks
        #$(top_builddir)/debtags --manpage=$(srcdir)/doc/debtags-man-hooks > $@ || rm $@

help2man --name='submit tag patches to http://debtags.debian.net' --section=1 --no-info debtags-submit-patch > debtags-submit-patch.1 || rm debtags-submit-patch.1

