doc/misc/Makefile.in: Parallel make fix
* doc/misc/Makefile.in (${buildinfodir}/ccmode.info) (${buildinfodir}/efaq%.info): Ensure output directory exists.
This commit is contained in:
parent
416148257a
commit
929201eab1
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-11-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (${buildinfodir}/ccmode.info)
|
||||
(${buildinfodir}/efaq%.info): Ensure output directory exists.
|
||||
|
||||
2014-11-07 Tassilo Horn <tsdh@gnu.org>
|
||||
|
||||
* gnus.texi (HTML): Update section so that it mentions shr and w3m.
|
||||
|
|
|
@ -176,12 +176,12 @@ $(buildinfodir)/semantic.info semantic.dvi semantic.pdf semantic.html: ${srcdir}
|
|||
|
||||
|
||||
## Please can we just rename cc-mode.texi to ccmode.texi...
|
||||
${buildinfodir}/ccmode.info: ${srcdir}/cc-mode.texi ${gfdl}
|
||||
${buildinfodir}/ccmode.info: ${srcdir}/cc-mode.texi ${gfdl} | ${buildinfodir}
|
||||
$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ $<
|
||||
|
||||
## efaq, efaq_w32 do not depend on gfdl.
|
||||
## Maybe we can use .SECONDEXPANSION for this.
|
||||
${buildinfodir}/efaq%.info: ${srcdir}/efaq%.texi
|
||||
${buildinfodir}/efaq%.info: ${srcdir}/efaq%.texi | ${buildinfodir}
|
||||
$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ $<
|
||||
|
||||
efaq%.dvi: ${srcdir}/efaq%.texi
|
||||
|
|
Loading…
Add table
Reference in a new issue