]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacsver, miscmanualdir, VERSION, manual, install)
authorGlenn Morris <rgm@gnu.org>
Tue, 17 Jun 2008 05:59:16 +0000 (05:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 Jun 2008 05:59:16 +0000 (05:59 +0000)
(elisp, dist): Remove rules and variables that are obsolete now
the lisp manual is no longer distributed separately.

doc/lispref/ChangeLog
doc/lispref/Makefile.in

index 211219092ee66470126df7587f3bb1ddcaaf0ba6..7f88c7316b5c13d6747e0f07972eec29145bcc19 100644 (file)
@@ -1,3 +1,9 @@
+2008-06-17  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
+       (elisp, dist): Remove rules and variables that are obsolete now
+       the lisp manual is no longer distributed separately.
+
 2008-06-16  Glenn Morris  <rgm@gnu.org>
 
        * configure, configure.in, mkinstalldirs: Remove unused files.
index e91aea5bf9372890960fdfe35b2473d7b33c7b61..fe1d42497e2fcf170f333dcf4dd21f75c5e1ee1b 100644 (file)
@@ -26,21 +26,14 @@ srcdir = @srcdir@
 # Tell make where to find source files; this is needed for the makefiles.
 VPATH=@srcdir@
 
-emacsver=@version@             # eg 23.0.60
-
 infodir = ../../info
 usermanualdir = $(srcdir)/../emacs
-miscmanualdir = $(srcdir)/../misc
 
 TEXI2DVI = texi2dvi
 SHELL = /bin/sh
 INSTALL_INFO = install-info
 MAKEINFO = makeinfo --force
 
-# The name of the manual:
-VERSION=2.9
-manual = elisp-manual-$(emacsver)-$(VERSION)
-
 # List of all the texinfo files in the manual:
 
 srcs = \
@@ -109,16 +102,6 @@ $(infodir)/elisp: $(srcs)
 elisp.dvi: $(srcs)
        $(TEXI2DVI) -I $(srcdir) -I $(usermanualdir) $(srcdir)/elisp.texi
 
-# This is for use in a separate distro of the Emacs Lisp manual.
-install: elisp
-       $(srcdir)/mkinstalldirs $(infodir)
-       cp elisp elisp-[1-9] elisp-[1-9][0-9] $(infodir)
-       ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp
-
-# This is for use in a separate distro of the Emacs Lisp manual.
-elisp: $(srcs)
-       $(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi
-
 clean:
        rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
               *.vr *.vrs *.pg *.pgs *.ky *.kys
@@ -129,19 +112,3 @@ distclean: clean
 maintainer-clean: clean
        rm -f elisp.dvi elisp.oaux
        cd $(infodir); rm -f elisp elisp-[1-9] elisp-[1-9][0-9]
-
-dist: $(infodir)/elisp elisp.dvi
-       -rm -rf temp
-       -mkdir temp
-       -mkdir temp/$(manual)
-       -ln $(srcdir)/README $(srcdir)/configure.in $(srcdir)/configure \
- $(srcdir)/Makefile.in $(srcs) \
- $(miscmanualdir)/texinfo.tex \
- elisp.dvi elisp.aux elisp.??s \
- $(infodir)/elisp $(infodir)/elisp-[1-9] $(infodir)/elisp-[1-9][0-9] \
- temp/$(manual)
-       -(cd temp/$(manual); rm -f mkinstalldirs)
-       cp $(srcdir)/mkinstalldirs temp/$(manual)
-       (cd temp/$(manual); rm -f *~)
-       (cd temp; tar chf - $(manual)) | gzip > $(manual).tar.gz
-       -rm -rf temp