File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ howto-index.txt
10
10
doc.dep
11
11
cmds- * .txt
12
12
mergetools- * .txt
13
- manpage-base-url.xsl
14
13
SubmittingPatches.txt
15
14
tmp-doc-diff /
16
15
GIT-ASCIIDOCFLAGS
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ endif
189
189
ifndef MAN_BASE_URL
190
190
MAN_BASE_URL = file://$(htmldir ) /
191
191
endif
192
- XMLTO_EXTRA += -m manpage- base- url.xsl
192
+ XMLTO_EXTRA += --stringparam man. base. url.for.relative.links=' $( MAN_BASE_URL ) '
193
193
194
194
ifdef USE_ASCIIDOCTOR
195
195
ASCIIDOC = asciidoctor
@@ -331,7 +331,6 @@ clean:
331
331
$(RM ) technical/* .html technical/api-index.txt
332
332
$(RM ) SubmittingPatches.txt
333
333
$(RM ) $(cmds_txt ) $(mergetools_txt ) * .made
334
- $(RM ) manpage-base-url.xsl
335
334
$(RM ) GIT-ASCIIDOCFLAGS
336
335
337
336
$(MAN_HTML ) : % .html : % .txt $(ASCIIDOC_DEPS )
@@ -340,11 +339,7 @@ $(MAN_HTML): %.html : %.txt $(ASCIIDOC_DEPS)
340
339
$(OBSOLETE_HTML ) : % .html : % .txto $(ASCIIDOC_DEPS )
341
340
$(QUIET_ASCIIDOC )$(TXT_TO_HTML ) -o $@ $<
342
341
343
- manpage-base-url.xsl : manpage-base-url.xsl.in
344
- $(QUIET_GEN ) sed " s|@@MAN_BASE_URL@@|$( MAN_BASE_URL) |" $< > $@
345
-
346
-
347
- manpage-prereqs := manpage-base-url.xsl $(wildcard manpage* .xsl)
342
+ manpage-prereqs := $(wildcard manpage* .xsl)
348
343
manpage-cmd = $(QUIET_XMLTO )$(XMLTO ) -m $(MANPAGE_XSL ) $(XMLTO_EXTRA ) man $<
349
344
350
345
% .1 : % .xml $(manpage-prereqs )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments