diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lispintro | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'lispintro')
| -rw-r--r-- | lispintro/ChangeLog | 8 | ||||
| -rw-r--r-- | lispintro/Makefile.am | 2 | ||||
| -rw-r--r-- | lispintro/Makefile.in | 2 | ||||
| -rw-r--r-- | lispintro/Makefile.old | 2 | ||||
| -rw-r--r-- | lispintro/configure.in | 4 | ||||
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 4 | ||||
| -rw-r--r-- | lispintro/makefile.w32-in | 73 | ||||
| -rw-r--r-- | lispintro/texinfo.tex | 2 |
8 files changed, 1 insertions, 96 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 5ac39426ffb..5892f5b34db 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog | |||
| @@ -1,7 +1,3 @@ | |||
| 1 | 2003-09-03 Peter Runestig <peter@runestig.com> | ||
| 2 | |||
| 3 | * makefile.w32-in: New file. | ||
| 4 | |||
| 5 | 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 6 | 2 | ||
| 7 | * emacs-lisp-intro.texi (Index): @ignore extraneous text. | 3 | * emacs-lisp-intro.texi (Index): @ignore extraneous text. |
| @@ -21,12 +17,10 @@ | |||
| 21 | * *.eps: Rename to avoid clashes in DOS 8+3 namespace. | 17 | * *.eps: Rename to avoid clashes in DOS 8+3 namespace. |
| 22 | 18 | ||
| 23 | ;; Local Variables: | 19 | ;; Local Variables: |
| 24 | ;; coding: iso-2022-7bit | 20 | ;; coding: iso-2022-7bit-unix |
| 25 | ;; End: | 21 | ;; End: |
| 26 | 22 | ||
| 27 | Copyright (C) 2001 | 23 | Copyright (C) 2001 |
| 28 | Free Software Foundation, Inc. | 24 | Free Software Foundation, Inc. |
| 29 | Copying and distribution of this file, with or without modification, | 25 | Copying and distribution of this file, with or without modification, |
| 30 | are permitted provided the copyright notice and this notice are preserved. | 26 | are permitted provided the copyright notice and this notice are preserved. |
| 31 | |||
| 32 | ;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3 | ||
diff --git a/lispintro/Makefile.am b/lispintro/Makefile.am index 1b89c55528b..082d100217c 100644 --- a/lispintro/Makefile.am +++ b/lispintro/Makefile.am | |||
| @@ -3,5 +3,3 @@ info_TEXINFOS = emacs-lisp-intro.texi | |||
| 3 | EXTRA_DIST = INSTALL MANIFEST README drawers.eps \ | 3 | EXTRA_DIST = INSTALL MANIFEST README drawers.eps \ |
| 4 | cons-1.eps cons-2.eps cons-2a.eps cons-3.eps \ | 4 | cons-1.eps cons-2.eps cons-2a.eps cons-3.eps \ |
| 5 | cons-4.eps cons-5.eps lambda-1.eps lambda-2.eps lambda-3.eps | 5 | cons-4.eps cons-5.eps lambda-1.eps lambda-2.eps lambda-3.eps |
| 6 | |||
| 7 | # arch-tag: 6a3e6d99-7aa2-479f-939c-5531165c5747 | ||
diff --git a/lispintro/Makefile.in b/lispintro/Makefile.in index 14c1b1c9ab9..88ac4975010 100644 --- a/lispintro/Makefile.in +++ b/lispintro/Makefile.in | |||
| @@ -69,5 +69,3 @@ maintainer-clean: distclean | |||
| 69 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 69 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 70 | # Otherwise a system limit (for SysV at least) may be exceeded. | 70 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 71 | .NOEXPORT: | 71 | .NOEXPORT: |
| 72 | |||
| 73 | # arch-tag: eb660994-cd29-4ab8-8043-5042e2dbde84 | ||
diff --git a/lispintro/Makefile.old b/lispintro/Makefile.old index 248de3d9c9c..50713d1e8ef 100644 --- a/lispintro/Makefile.old +++ b/lispintro/Makefile.old | |||
| @@ -339,5 +339,3 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean | |||
| 339 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 339 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 340 | # Otherwise a system limit (for SysV at least) may be exceeded. | 340 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 341 | .NOEXPORT: | 341 | .NOEXPORT: |
| 342 | |||
| 343 | # arch-tag: f1a44ea0-b792-4ac7-be28-9626b972c216 | ||
diff --git a/lispintro/configure.in b/lispintro/configure.in index 7d60c898d01..e222b955a25 100644 --- a/lispintro/configure.in +++ b/lispintro/configure.in | |||
| @@ -3,7 +3,3 @@ dnl autoconf input file for the emacs lisp intro | |||
| 3 | AC_INIT(emacs-lisp-intro.texi) | 3 | AC_INIT(emacs-lisp-intro.texi) |
| 4 | AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.00) | 4 | AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.00) |
| 5 | AC_OUTPUT(Makefile) | 5 | AC_OUTPUT(Makefile) |
| 6 | |||
| 7 | m4_if(dnl Do not change this comment | ||
| 8 | arch-tag: 8d676bd8-8677-4ae0-8aa0-99bfd595b373 | ||
| 9 | )dnl | ||
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 596bfebb5fa..8f6c9236c38 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi | |||
| @@ -21831,7 +21831,3 @@ airplane. | |||
| 21831 | @end iftex | 21831 | @end iftex |
| 21832 | 21832 | ||
| 21833 | @bye | 21833 | @bye |
| 21834 | |||
| 21835 | @ignore | ||
| 21836 | arch-tag: da1a2154-531f-43a8-8e33-fc7faad10acf | ||
| 21837 | @end ignore | ||
diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in deleted file mode 100644 index 2934d84ab5f..00000000000 --- a/lispintro/makefile.w32-in +++ /dev/null | |||
| @@ -1,73 +0,0 @@ | |||
| 1 | #### Makefile for the Emacs Lisp Introduction manual | ||
| 2 | |||
| 3 | # Copyright (C) 2003 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 2, or (at your option) | ||
| 10 | # 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; see the file COPYING. If not, write to | ||
| 19 | # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 20 | # Boston, MA 02111-1307, USA. | ||
| 21 | |||
| 22 | srcdir = . | ||
| 23 | |||
| 24 | infodir = $(srcdir)/../info | ||
| 25 | |||
| 26 | INFO_SOURCES = $(srcdir)/emacs-lisp-intro.texi | ||
| 27 | # The file name eintr must fit within 5 characters, to allow for | ||
| 28 | # -NN extensions to fit into DOS 8+3 limits without clashing | ||
| 29 | INFO_TARGETS = $(infodir)/eintr | ||
| 30 | DVI_TARGETS = emacs-lisp-intro.dvi | ||
| 31 | |||
| 32 | MAKEINFO = makeinfo | ||
| 33 | INSTALL_INFO = install-info | ||
| 34 | TEXI2DVI = texi2dvi | ||
| 35 | DVIPS = dvips | ||
| 36 | ENVADD = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ | ||
| 37 | "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C | ||
| 38 | |||
| 39 | .SUFFIXES: .dvi .ps .texi | ||
| 40 | |||
| 41 | info: $(INFO_TARGETS) | ||
| 42 | $(INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) | ||
| 43 | |||
| 44 | dvi: $(DVI_TARGETS) | ||
| 45 | |||
| 46 | $(infodir)/eintr: $(INFO_SOURCES) | ||
| 47 | $(MAKEINFO) -o $@ $(srcdir)/emacs-lisp-intro.texi | ||
| 48 | |||
| 49 | emacs-lisp-intro.dvi: $(INFO_SOURCES) | ||
| 50 | $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi | ||
| 51 | |||
| 52 | emacs-lisp-intro.html: $(INFO_SOURCES) | ||
| 53 | $(MAKEINFO) --html -o $@ $(srcdir)/emacs-lisp-intro.texi | ||
| 54 | |||
| 55 | .dvi.ps: | ||
| 56 | $(DVIPS) $< -o $@ | ||
| 57 | |||
| 58 | mostlyclean: | ||
| 59 | rm -f *.log *.cp *.fn *.ky *.pg *.vr *.tp | ||
| 60 | |||
| 61 | clean: mostlyclean | ||
| 62 | rm -f *.dvi $(infodir)/eintr* | ||
| 63 | |||
| 64 | distclean: clean | ||
| 65 | |||
| 66 | maintainer-clean: distclean | ||
| 67 | rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc | ||
| 68 | |||
| 69 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
| 70 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
| 71 | .NOEXPORT: | ||
| 72 | |||
| 73 | # arch-tag: d713164a-e683-4ce3-a39e-3bf82f2f82f4 | ||
diff --git a/lispintro/texinfo.tex b/lispintro/texinfo.tex index 4ef8dd7a01e..8ef3918f820 100644 --- a/lispintro/texinfo.tex +++ b/lispintro/texinfo.tex | |||
| @@ -6771,5 +6771,3 @@ should work if nowhere else does.} | |||
| 6771 | @c time-stamp-format: "%:y-%02m-%02d.%02H" | 6771 | @c time-stamp-format: "%:y-%02m-%02d.%02H" |
| 6772 | @c time-stamp-end: "}" | 6772 | @c time-stamp-end: "}" |
| 6773 | @c End: | 6773 | @c End: |
| 6774 | |||
| 6775 | % arch-tag: 53261dd3-7df7-4ec3-9d90-af7a955d3c87 | ||