branch: externals/emacs-lisp-intro-es
commit 2d3aae2efdaf65d085a2e04efae1e553da30780f
Author: David Arroyo Menéndez <[email protected]>
Commit: David Arroyo Menéndez <[email protected]>

    Makefile: add emacs-lisp-intro-es.texi objective
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0af6ea133a..0de959b8cb 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@
 SHELL = /bin/sh
 
 srcdir = .
-VPATH = .
 
 infodir = .
 # Directory with the (customized) texinfo.tex file.
@@ -52,6 +51,9 @@ dvi: $(DVI_TARGETS)
 ${infodir}/eintr: ${INFO_SOURCES_ES}
        cd $(srcdir); $(MAKEINFO) emacs-lisp-intro-es.texi -o $(infodir)/eintr
 
+emacs-lisp-intro-es.texi: ${INFO_SOURCES}
+       cd $(srcdir); ./$(PO2TEXI)
+
 emacs-lisp-intro-es.dvi: ${INFO_SOURCES_ES}
        $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) 
$(srcdir)/emacs-lisp-intro-es.texi
 

Reply via email to