chiark / gitweb /
git-debrebase: sort out report, and walk, allegedly
[dgit.git] / Makefile
index 5d3464b69d2ddd2fa8985400bdd62495f84aeb56..d2a91d83f423f370bff03da2191a240767d6d5a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,11 +32,12 @@ infraexamplesdir=$(prefix)/share/doc/dgit-infrastructure/examples
 txtdocdir=$(prefix)/share/doc/dgit
 absurddir=$(prefix)/share/dgit/absurd
 
-PROGRAMS=dgit
+PROGRAMS=dgit dgit-badcommit-fixup
 MAN1PAGES=dgit.1
 
 MAN7PAGES=dgit.7                               \
        dgit-user.7 dgit-nmu-simple.7           \
+       dgit-maint-native.7                     \
        dgit-maint-merge.7 dgit-maint-gbp.7     \
        dgit-sponsorship.7
 
@@ -103,3 +104,6 @@ clean distclean mostlyclean maintainer-clean:
        pod2man --section=7 --date="Debian Project" --center="dgit" \
                --name=$(subst .7,,$@) \
                $^ $@
+
+%.view:        %
+       man -l $*