File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,9 @@ manpage-base-url.xsl: manpage-base-url.xsl.in
264
264
mv $@ + $@
265
265
266
266
user-manual.xml : user-manual.txt user-manual.conf
267
- $(QUIET_ASCIIDOC )$(ASCIIDOC ) $(ASCIIDOC_EXTRA ) -b docbook -d book $<
267
+ $(QUIET_ASCIIDOC )$(RM ) $@ + $@ && \
268
+ $(ASCIIDOC ) $(ASCIIDOC_EXTRA ) -b docbook -d book -o $@ + $< && \
269
+ mv $@ + $@
268
270
269
271
technical/api-index.txt : technical/api-index-skel.txt \
270
272
technical/api-index.sh $(patsubst % ,% .txt,$(API_DOCS ) )
@@ -278,7 +280,9 @@ XSLT = docbook.xsl
278
280
XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
279
281
280
282
user-manual.html : user-manual.xml
281
- $(QUIET_XSLTPROC ) xsltproc $(XSLTOPTS ) -o $@ $(XSLT ) $<
283
+ $(QUIET_XSLTPROC )$(RM ) $@ + $@ && \
284
+ xsltproc $(XSLTOPTS ) -o $@ + $(XSLT ) $< && \
285
+ mv $@ + $@
282
286
283
287
git.info : user-manual.texi
284
288
$(QUIET_MAKEINFO )$(MAKEINFO ) --no-split -o $@ user-manual.texi
You can’t perform that action at this time.
0 commit comments