8 doc_conf=../../Documentation/asciidoc.conf
9 -include ../../config.mak
16 $(INSTALL) -d -m755 $(DESTDIR)$(bindir)
17 $(INSTALL) git-svn $(DESTDIR)$(bindir)
20 $(INSTALL) git-svn.1 $(DESTDIR)$(man1)
23 git-svn.1 : git-svn.xml
25 git-svn.xml : git-svn.txt
26 asciidoc -b docbook -d manpage \
27 -f ../../Documentation/asciidoc.conf $<
29 cd t && $(SHELL) ./t0000-contrib-git-svn.sh
32 rm -f git-svn *.xml *.html *.1