File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,14 @@ GIT_SUBTREE := git-subtree
21
21
GIT_SUBTREE_DOC := git-subtree.1
22
22
GIT_SUBTREE_XML := git-subtree.xml
23
23
GIT_SUBTREE_TXT := git-subtree.txt
24
+ GIT_SUBTREE_HTML := git-subtree.html
24
25
25
26
all : $(GIT_SUBTREE )
26
27
27
28
$(GIT_SUBTREE ) : $(GIT_SUBTREE_SH )
28
29
cp $< $@ && chmod +x $@
29
30
30
- doc : $(GIT_SUBTREE_DOC )
31
+ doc : $(GIT_SUBTREE_DOC ) $( GIT_SUBTREE_HTML )
31
32
32
33
install : $(GIT_SUBTREE )
33
34
$(INSTALL ) -d -m 755 $(DESTDIR )$(libexecdir )
@@ -46,6 +47,10 @@ $(GIT_SUBTREE_XML): $(GIT_SUBTREE_TXT)
46
47
asciidoc -b docbook -d manpage -f $(ASCIIDOC_CONF ) \
47
48
-agit_version=$(gitver ) $^
48
49
50
+ $(GIT_SUBTREE_HTML ) : $(GIT_SUBTREE_TXT )
51
+ asciidoc -b xhtml11 -d manpage -f $(ASCIIDOC_CONF ) \
52
+ -agit_version=$(gitver ) $^
53
+
49
54
test :
50
55
$(MAKE ) -C t/ test
51
56
You can’t perform that action at this time.
0 commit comments