mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(texinfodir): Rename from usermanualdir, and update.
This commit is contained in:
parent
635c75b1af
commit
fdf93ad986
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-07-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (texinfodir): Rename from usermanualdir, and update.
|
||||
|
||||
2009-07-06 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp-intro.texi (defvar and asterisk): Minor rephrasing.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ srcdir = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
|
||||
infodir = ../../info
|
||||
usermanualdir = $(srcdir)/../emacs
|
||||
# Directory with the (customized) texinfo.tex file.
|
||||
texinfodir = $(srcdir)/../misc
|
||||
|
||||
INFO_SOURCES = ${srcdir}/emacs-lisp-intro.texi
|
||||
# The file name eintr must fit within 5 characters, to allow for
|
||||
|
|
@ -47,7 +48,7 @@ ${infodir}/eintr: ${INFO_SOURCES}
|
|||
cd $(srcdir); $(MAKEINFO) emacs-lisp-intro.texi -o $(infodir)/eintr
|
||||
|
||||
emacs-lisp-intro.dvi: ${INFO_SOURCES}
|
||||
$(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/emacs-lisp-intro.texi
|
||||
$(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/emacs-lisp-intro.texi
|
||||
|
||||
emacs-lisp-intro.html: $(INFO_SOURCES)
|
||||
$(MAKEINFO) --html -o $@ $(srcdir)/emacs-lisp-intro.texi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue