Makefileon commit Merge branch 'master' of git://github.com/voxpelli/git-subtree (39ee6ec)
   1default:
   2        @echo "git-subtree doesn't need to be built."
   3        @echo
   4        @echo "Try: make doc"
   5        @false
   6
   7doc: git-subtree.1
   8
   9%.1: %.xml
  10        xmlto -m manpage-normal.xsl  man $^
  11
  12%.xml: %.txt
  13        asciidoc -b docbook -d manpage -f asciidoc.conf \
  14                -agit_version=1.6.3 $^
  15
  16clean:
  17        rm -f *~ *.xml *.html *.1
  18        rm -rf subproj mainline