diff options
Diffstat (limited to 'doc/lispref/Makefile.in')
| -rw-r--r-- | doc/lispref/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index d5427f6e477..75fa884224b 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -31,7 +31,7 @@ texinfodir = $(srcdir)/../misc | |||
| 31 | emacsdir = $(srcdir)/../emacs | 31 | emacsdir = $(srcdir)/../emacs |
| 32 | 32 | ||
| 33 | MAKEINFO = @MAKEINFO@ | 33 | MAKEINFO = @MAKEINFO@ |
| 34 | MAKEINFO_OPTS = --force -I $(emacsdir) -I $(srcdir) | 34 | MAKEINFO_OPTS = --force --enable-encoding -I $(emacsdir) -I $(srcdir) |
| 35 | TEXI2DVI = texi2dvi | 35 | TEXI2DVI = texi2dvi |
| 36 | TEXI2PDF = texi2pdf | 36 | TEXI2PDF = texi2pdf |
| 37 | DVIPS = dvips | 37 | DVIPS = dvips |