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
$<
28 git-svn.html
: git-svn.txt
29 asciidoc
-b xhtml11
-d manpage \
30 -f ..
/..
/Documentation
/asciidoc.conf
$<
32 cd t
&& for i in t????
-*.sh
; do
$(SHELL
) .
/$$i $(TEST_FLAGS
); done
34 # we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
36 $(MAKE
) test GIT_SVN_NO_LIB
=1 GIT_SVN_NO_OPTIMIZE_COMMITS
=1 LC_ALL
=C
37 $(MAKE
) test GIT_SVN_NO_LIB
=0 GIT_SVN_NO_OPTIMIZE_COMMITS
=1 LC_ALL
=C
38 $(MAKE
) test GIT_SVN_NO_LIB
=1 GIT_SVN_NO_OPTIMIZE_COMMITS
=0 \
40 $(MAKE
) test GIT_SVN_NO_LIB
=0 GIT_SVN_NO_OPTIMIZE_COMMITS
=0 \
44 rm -f git-svn
*.xml
*.html
*.1