GNU bug report logs -
#7104
23.2; Makefile in stand-alone Emacs Lisp Reference Manual is broken
Previous Next
Reported by: Ulrich Mueller <ulm <at> gentoo.org>
Date: Sat, 25 Sep 2010 23:35:01 UTC
Severity: minor
Found in version 23.2
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This concerns the stand-alone version of the Emacs Lisp Reference Manual:
<http://www.gnu.org/software/emacs/manual/texi/elisp.texi.tar.gz>
The README file claims:
* This distribution contains a Makefile that you can use with GNU Make.
** To create a DVI file with a sorted index, run `make elisp.dvi'.
** To make an Info file, you need to install Texinfo, then run `make info'.
However, the Makefile is not functional:
$ tar xf elisp.texi.tar.gz
$ cd lispref
$ make info
make: *** No rule to make target `/home/cyd/pretest/emacs-23.2/doc/lispref/abbrevs.texi', needed by `../../info/elisp'. Stop.
$ make elisp.dvi
make: *** No rule to make target `/home/cyd/pretest/emacs-23.2/doc/lispref/abbrevs.texi', needed by `elisp.dvi'. Stop.
$ make elisp.pdf
make: *** No rule to make target `/home/cyd/pretest/emacs-23.2/doc/lispref/abbrevs.texi', needed by `elisp.pdf'. Stop.
$
This bug report was last modified 14 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.