Makefileon commit Oops, forgot a COPYING file. It's GPLv2. (d8b2c0d)
   1default:
   2        @echo "git-subtree doesn't need to be built."
   3        @echo "Just copy it somewhere on your PATH, like /usr/local/bin."
   4        @echo
   5        @echo "Try: make doc"
   6        @false
   7
   8doc: git-subtree.1
   9
  10%.1: %.xml
  11        xmlto -m manpage-normal.xsl  man $^
  12
  13%.xml: %.txt
  14        asciidoc -b docbook -d manpage -f asciidoc.conf \
  15                -agit_version=1.6.3 $^
  16
  17clean:
  18        rm -f *~ *.xml *.html *.1
  19        rm -rf subproj mainline