File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ INSTALL_DATA = $(INSTALL) -c -m 0644
10
10
INSTALL_EXE = $(INSTALL ) -c -m 0755
11
11
INSTALL_DIR = $(INSTALL ) -c -d -m 0755
12
12
13
+ ASCIIDOC_CONF = ../../Documentation/asciidoc.conf
14
+ MANPAGE_NORMAL_XSL = ../../Documentation/manpage-normal.xsl
15
+
13
16
default :
14
17
@echo " git-subtree doesn't need to be built."
15
18
@echo " Just copy it somewhere on your PATH, like /usr/local/bin."
@@ -31,12 +34,12 @@ install-doc: git-subtree.1
31
34
doc : git-subtree.1
32
35
33
36
% .1 : % .xml
34
- xmlto -m manpage-normal.xsl man $^
37
+ xmlto -m $( MANPAGE_NORMAL_XSL ) man $^
35
38
36
39
% .xml : % .txt
37
- asciidoc -b docbook -d manpage -f asciidoc.conf \
40
+ asciidoc -b docbook -d manpage -f $( ASCIIDOC_CONF ) \
38
41
-agit_version=$(gitver ) $^
39
-
42
+
40
43
test :
41
44
./test.sh
42
45
You can’t perform that action at this time.
0 commit comments