X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=Makefile;h=7e6ece33315e17d2a523b54e3ae362c806d75702;hp=68c1a026d3449c6b034b636dff93e6b56d3d59c1;hb=2c114c6b1f068b19deecc2a5602c3f15d56d6209;hpb=ee8bb6a7f4f808b5cb798897c0d5995ce1da888d diff --git a/Makefile b/Makefile index 68c1a026..7e6ece33 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ infraexamplesdir=$(prefix)/share/doc/dgit-infrastructure/examples txtdocdir=$(prefix)/share/doc/dgit absurddir=$(prefix)/share/dgit/absurd -PROGRAMS=dgit +PROGRAMS=dgit dgit-badcommit-fixup git-debrebase MAN1PAGES=dgit.1 MAN7PAGES=dgit.7 \ @@ -104,3 +104,6 @@ clean distclean mostlyclean maintainer-clean: pod2man --section=7 --date="Debian Project" --center="dgit" \ --name=$(subst .7,,$@) \ $^ $@ + +%.view: % + man -l $*