diff options
| author | Eli Zaretskii | 2015-08-15 10:56:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-08-15 10:56:51 +0300 |
| commit | 8db2b2a7d3fc3e4475bc4137c11069a69a3234ec (patch) | |
| tree | 9c3141edc2818d2e2909f2ad89a9620a0ec45937 /doc/lispref | |
| parent | 8fa49a6786bd71aa91b1e82709bc1852a65c4646 (diff) | |
| download | emacs-8db2b2a7d3fc3e4475bc4137c11069a69a3234ec.tar.gz emacs-8db2b2a7d3fc3e4475bc4137c11069a69a3234ec.zip | |
Remove files used by the old MS-Windows specific build procedure
* nt/configure.bat: Remove everything except the blurb about the
new build procedure.
* make-dist: Remove references to makefile.w32-in in various
directories, and to files in nt/ that were deleted.
* etc/NEWS: Mention the fact that the files were dropped.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/makefile.w32-in | 128 |
1 files changed, 0 insertions, 128 deletions
diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in deleted file mode 100644 index c30d6e2d1a4..00000000000 --- a/doc/lispref/makefile.w32-in +++ /dev/null | |||
| @@ -1,128 +0,0 @@ | |||
| 1 | # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. | ||
| 2 | |||
| 3 | # Copyright (C) 2003-2015 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | # This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | # GNU Emacs is free software: you can redistribute it and/or modify | ||
| 8 | # it under the terms of the GNU General Public License as published by | ||
| 9 | # the Free Software Foundation, either version 3 of the License, or | ||
| 10 | # (at your option) any later version. | ||
| 11 | |||
| 12 | # GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | # GNU General Public License for more details. | ||
| 16 | |||
| 17 | # You should have received a copy of the GNU General Public License | ||
| 18 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | |||
| 20 | |||
| 21 | # Standard configure variables. | ||
| 22 | srcdir = . | ||
| 23 | |||
| 24 | infodir = $(srcdir)/../../info | ||
| 25 | |||
| 26 | # Directory with emacsver.texi. | ||
| 27 | emacsdir = $(srcdir)/../emacs | ||
| 28 | # Directory with the (customized) texinfo.tex file. | ||
| 29 | texinfodir = $(srcdir)/../misc | ||
| 30 | |||
| 31 | INFO_EXT=.info | ||
| 32 | INFO_OPTS=--no-split | ||
| 33 | |||
| 34 | # Redefine 'TEX' if 'tex' does not invoke plain TeX. For example: | ||
| 35 | # TEX=platex | ||
| 36 | TEX=tex | ||
| 37 | INSTALL_INFO = install-info | ||
| 38 | MAKEINFO = makeinfo | ||
| 39 | MAKEINFO_OPTS = --force --enable-encoding -I$(srcdir) -I$(emacsdir) | ||
| 40 | |||
| 41 | # The environment variable and its value to add $(srcdir) to the path | ||
| 42 | # searched for TeX input files. | ||
| 43 | texinputdir = $(srcdir)\..\..\nt\envadd.bat \ | ||
| 44 | "TEXINPUTS=$(srcdir);$(texinfodir);$(emacsdir);$(TEXINPUTS)" \ | ||
| 45 | "MAKEINFO=$(MAKEINFO) $(MAKEINFO_OPTS)" /C | ||
| 46 | |||
| 47 | # List of all the texinfo files in the manual: | ||
| 48 | |||
| 49 | srcs = \ | ||
| 50 | $(emacsdir)/emacsver.texi \ | ||
| 51 | $(srcdir)/abbrevs.texi \ | ||
| 52 | $(srcdir)/anti.texi \ | ||
| 53 | $(srcdir)/backups.texi \ | ||
| 54 | $(srcdir)/buffers.texi \ | ||
| 55 | $(srcdir)/commands.texi \ | ||
| 56 | $(srcdir)/compile.texi \ | ||
| 57 | $(srcdir)/control.texi \ | ||
| 58 | $(srcdir)/customize.texi \ | ||
| 59 | $(srcdir)/debugging.texi \ | ||
| 60 | $(srcdir)/display.texi \ | ||
| 61 | $(srcdir)/edebug.texi \ | ||
| 62 | $(srcdir)/elisp.texi \ | ||
| 63 | $(srcdir)/errors.texi \ | ||
| 64 | $(srcdir)/eval.texi \ | ||
| 65 | $(srcdir)/files.texi \ | ||
| 66 | $(srcdir)/frames.texi \ | ||
| 67 | $(srcdir)/functions.texi \ | ||
| 68 | $(srcdir)/hash.texi \ | ||
| 69 | $(srcdir)/help.texi \ | ||
| 70 | $(srcdir)/hooks.texi \ | ||
| 71 | $(srcdir)/internals.texi \ | ||
| 72 | $(srcdir)/intro.texi \ | ||
| 73 | $(srcdir)/keymaps.texi \ | ||
| 74 | $(srcdir)/lists.texi \ | ||
| 75 | $(srcdir)/loading.texi \ | ||
| 76 | $(srcdir)/macros.texi \ | ||
| 77 | $(srcdir)/maps.texi \ | ||
| 78 | $(srcdir)/markers.texi \ | ||
| 79 | $(srcdir)/minibuf.texi \ | ||
| 80 | $(srcdir)/modes.texi \ | ||
| 81 | $(srcdir)/nonascii.texi \ | ||
| 82 | $(srcdir)/numbers.texi \ | ||
| 83 | $(srcdir)/objects.texi \ | ||
| 84 | $(srcdir)/os.texi \ | ||
| 85 | $(srcdir)/package.texi \ | ||
| 86 | $(srcdir)/positions.texi \ | ||
| 87 | $(srcdir)/processes.texi \ | ||
| 88 | $(srcdir)/searching.texi \ | ||
| 89 | $(srcdir)/sequences.texi \ | ||
| 90 | $(srcdir)/streams.texi \ | ||
| 91 | $(srcdir)/strings.texi \ | ||
| 92 | $(srcdir)/symbols.texi \ | ||
| 93 | $(srcdir)/syntax.texi \ | ||
| 94 | $(srcdir)/text.texi \ | ||
| 95 | $(srcdir)/tips.texi \ | ||
| 96 | $(srcdir)/variables.texi \ | ||
| 97 | $(srcdir)/windows.texi \ | ||
| 98 | $(srcdir)/index.texi \ | ||
| 99 | $(srcdir)/gpl.texi \ | ||
| 100 | $(srcdir)/doclicense.texi | ||
| 101 | |||
| 102 | |||
| 103 | .PHONY: clean | ||
| 104 | |||
| 105 | # The info file is named 'elisp'. | ||
| 106 | |||
| 107 | info: $(infodir)/elisp$(INFO_EXT) | ||
| 108 | |||
| 109 | $(infodir)/dir: | ||
| 110 | $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp | ||
| 111 | |||
| 112 | $(infodir)/elisp$(INFO_EXT): $(srcs) | ||
| 113 | $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ $(srcdir)/elisp.texi | ||
| 114 | |||
| 115 | elisp.dvi: $(srcs) | ||
| 116 | $(texinputdir) $(TEX) $(srcdir)/elisp.texi | ||
| 117 | |||
| 118 | clean: | ||
| 119 | - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ | ||
| 120 | *.vr *.vrs *.pg *.pgs *.ky *.kys | ||
| 121 | - $(DEL) make.out core | ||
| 122 | - $(DEL) $(infodir)/elisp* | ||
| 123 | |||
| 124 | distclean: clean | ||
| 125 | - $(DEL) makefile | ||
| 126 | |||
| 127 | maintainer-clean: distclean | ||
| 128 | - $(DEL) elisp$(INFO_EXT) elisp$(INFO_EXT)-? elisp$(INFO_EXT)-?? elisp.dvi elisp.oaux | ||