diff options
| -rw-r--r-- | lispref/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in index 0b4c080b956..7da88058bd5 100644 --- a/lispref/makefile.w32-in +++ b/lispref/makefile.w32-in | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | srcdir = . | 23 | srcdir = . |
| 24 | 24 | ||
| 25 | infodir = $(srcdir)/../info | 25 | infodir = $(srcdir)/../info |
| 26 | usermanualdir = $(srcdir)/../man | ||
| 26 | 27 | ||
| 27 | # Redefine `TEX' if `tex' does not invoke plain TeX. For example: | 28 | # Redefine `TEX' if `tex' does not invoke plain TeX. For example: |
| 28 | # TEX=platex | 29 | # TEX=platex |
| @@ -108,7 +109,7 @@ $(infodir)/elisp: $(srcs) | |||
| 108 | $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi | 109 | $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi |
| 109 | 110 | ||
| 110 | elisp.dvi: $(srcs) | 111 | elisp.dvi: $(srcs) |
| 111 | $(texinputdir) $(TEX) $(srcdir)/elisp.texi | 112 | $(texinputdir) $(TEX) -I $(usermanualdir) $(srcdir)/elisp.texi |
| 112 | 113 | ||
| 113 | clean: | 114 | clean: |
| 114 | - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ | 115 | - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ |