2 mandir ?
= $(prefix)/share
/man
3 gitdir ?
= $(shell git
--exec-path
)
5 gitver ?
= $(word 3,$(shell git
--version
))
7 # this should be set to a 'standard' bsd-type install program
9 INSTALL_DATA
= $(INSTALL
) -c
-m
0644
10 INSTALL_EXE
= $(INSTALL
) -c
-m
0755
11 INSTALL_DIR
= $(INSTALL
) -c
-d
-m
0755
14 @echo
"git-subtree doesn't need to be built."
15 @echo
"Just copy it somewhere on your PATH, like /usr/local/bin."
18 @echo
" or: make test"
21 install: install-exe install-doc
23 install-exe
: git-subtree.sh
24 $(INSTALL_DIR
) $(DESTDIR
)/$(gitdir
)
25 $(INSTALL_EXE
) $< $(DESTDIR
)/$(gitdir
)/git-subtree
27 install-doc
: git-subtree
.1
28 $(INSTALL_DIR
) $(DESTDIR
)/$(mandir)/man1
/
29 $(INSTALL_DATA
) $< $(DESTDIR
)/$(mandir)/man1
/
34 xmlto
-m manpage-normal.xsl man
$^
37 asciidoc
-b docbook
-d manpage
-f asciidoc.conf \
38 -agit_version
=$(gitver
) $^
44 rm -f
*~
*.xml
*.html
*.1
45 rm -rf subproj mainline