1 -include ..
/..
/config.mak.autogen
2 -include ..
/..
/config.mak
5 mandir ?
= $(prefix)/share
/man
6 libexecdir ?
= $(prefix)/libexec
/git-core
7 gitdir ?
= $(shell git
--exec-path
)
8 man1dir ?
= $(mandir)/man1
10 gitver ?
= $(word 3,$(shell git
--version
))
12 # this should be set to a 'standard' bsd-type install program
15 ASCIIDOC_CONF
= ..
/..
/Documentation
/asciidoc.conf
16 MANPAGE_NORMAL_XSL
= ..
/..
/Documentation
/manpage-normal.xsl
18 GIT_SUBTREE_SH
:= git-subtree.sh
19 GIT_SUBTREE
:= git-subtree
21 GIT_SUBTREE_DOC
:= git-subtree
.1
22 GIT_SUBTREE_XML
:= git-subtree.xml
23 GIT_SUBTREE_TXT
:= git-subtree.txt
27 $(GIT_SUBTREE
): $(GIT_SUBTREE_SH
)
28 cp
$< $@
&& chmod
+x
$@
30 doc
: $(GIT_SUBTREE_DOC
)
32 install: $(GIT_SUBTREE
)
33 $(INSTALL
) -m
755 $(GIT_SUBTREE
) $(libexecdir
)
35 install-doc
: install-man
37 install-man
: $(GIT_SUBTREE_DOC
)
38 $(INSTALL
) -m
644 $^
$(man1dir)
40 $(GIT_SUBTREE_DOC
): $(GIT_SUBTREE_XML
)
41 xmlto
-m
$(MANPAGE_NORMAL_XSL
) man
$^
43 $(GIT_SUBTREE_XML
): $(GIT_SUBTREE_TXT
)
44 asciidoc
-b docbook
-d manpage
-f
$(ASCIIDOC_CONF
) \
45 -agit_version
=$(gitver
) $^
51 rm -f
*~
*.xml
*.html
*.1
52 rm -rf subproj mainline