diff options
| author | Glenn Morris | 2009-07-09 03:07:16 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-09 03:07:16 +0000 |
| commit | aa514a98a75b72846705f35e2a4e587f984c9274 (patch) | |
| tree | 8cd123049397a4868ee35de582242fff2f7d4fcf | |
| parent | 7341dc77d5c5f886a7f0a0ec10591b78bdc14a3e (diff) | |
| download | emacs-aa514a98a75b72846705f35e2a4e587f984c9274.tar.gz emacs-aa514a98a75b72846705f35e2a4e587f984c9274.zip | |
(texinfodir): Rename from usermanualdir, and update.
(clean): Add two-volume.make intermediate files.
| -rw-r--r-- | doc/lispref/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 888c295ea60..7c8f1af79c1 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -27,7 +27,8 @@ srcdir = @srcdir@ | |||
| 27 | VPATH=@srcdir@ | 27 | VPATH=@srcdir@ |
| 28 | 28 | ||
| 29 | infodir = ../../info | 29 | infodir = ../../info |
| 30 | usermanualdir = $(srcdir)/../emacs | 30 | # Directory with the (customized) texinfo.tex file. |
| 31 | texinfodir = $(srcdir)/../misc | ||
| 31 | 32 | ||
| 32 | TEXI2DVI = texi2dvi | 33 | TEXI2DVI = texi2dvi |
| 33 | SHELL = /bin/sh | 34 | SHELL = /bin/sh |
| @@ -100,11 +101,11 @@ $(infodir)/elisp: $(srcs) | |||
| 100 | cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp | 101 | cd $(srcdir); $(MAKEINFO) -I. -I$(infodir) elisp.texi -o $(infodir)/elisp |
| 101 | 102 | ||
| 102 | elisp.dvi: $(srcs) | 103 | elisp.dvi: $(srcs) |
| 103 | $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi | 104 | $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi |
| 104 | 105 | ||
| 105 | clean: | 106 | clean: |
| 106 | rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ | 107 | rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ |
| 107 | *.vr *.vrs *.pg *.pgs *.ky *.kys | 108 | *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]* |
| 108 | rm -f make.out core | 109 | rm -f make.out core |
| 109 | 110 | ||
| 110 | distclean: clean | 111 | distclean: clean |