]> code.delx.au - gnu-emacs/blobdiff - lispref/makefile.w32-in
(Precalculated Fontification): Don't say that
[gnu-emacs] / lispref / makefile.w32-in
index 0b4c080b956b71ae8b54e45fe6dbfe51003bd2fb..7da88058bd583ad91d9068afb4d2c9298fa0d04a 100644 (file)
@@ -23,6 +23,7 @@
 srcdir = .
 
 infodir = $(srcdir)/../info
+usermanualdir = $(srcdir)/../man
 
 # Redefine `TEX' if `tex' does not invoke plain TeX.  For example:
 # TEX=platex
@@ -108,7 +109,7 @@ $(infodir)/elisp: $(srcs)
        $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
 
 elisp.dvi: $(srcs)
-       $(texinputdir) $(TEX) $(srcdir)/elisp.texi
+       $(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi
 
 clean:
        - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \