File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11* ~
22git-subtree
3- git-subtree.xml
43git-subtree.1
4+ git-subtree.html
5+ git-subtree.xml
56mainline
67subproj
Original file line number Diff line number Diff line change 55-include ../../config.mak
66
77prefix ?= /usr/local
8- mandir ?= $(prefix ) /share/man
98gitexecdir ?= $(prefix ) /libexec/git-core
9+ mandir ?= $(prefix ) /share/man
1010man1dir ?= $(mandir ) /man1
11+ htmldir ?= $(prefix ) /share/doc/git-doc
1112
1213../../GIT-VERSION-FILE : FORCE
1314 $(MAKE ) -C ../../ GIT-VERSION-FILE
@@ -49,12 +50,16 @@ install: $(GIT_SUBTREE)
4950 $(INSTALL ) -d -m 755 $(DESTDIR )$(gitexecdir )
5051 $(INSTALL ) -m 755 $(GIT_SUBTREE ) $(DESTDIR )$(gitexecdir )
5152
52- install-doc : install-man
53+ install-doc : install-man install-html
5354
5455install-man : $(GIT_SUBTREE_DOC )
5556 $(INSTALL ) -d -m 755 $(DESTDIR )$(man1dir )
5657 $(INSTALL ) -m 644 $^ $(DESTDIR )$(man1dir )
5758
59+ install-html : $(GIT_SUBTREE_HTML )
60+ $(INSTALL ) -d -m 755 $(DESTDIR )$(htmldir )
61+ $(INSTALL ) -m 644 $^ $(DESTDIR )$(htmldir )
62+
5863$(GIT_SUBTREE_DOC ) : $(GIT_SUBTREE_XML )
5964 $(XMLTO ) -m $(MANPAGE_XSL ) man $^
6065
You can’t perform that action at this time.
0 commit comments