unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7104: 23.2; Makefile in stand-alone Emacs Lisp Reference Manual is broken
@ 2010-09-25 23:21 Ulrich Mueller
  2010-10-04  0:49 ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Ulrich Mueller @ 2010-09-25 23:21 UTC (permalink / raw)
  To: 7104

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.
$ 





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-06  2:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-25 23:21 bug#7104: 23.2; Makefile in stand-alone Emacs Lisp Reference Manual is broken Ulrich Mueller
2010-10-04  0:49 ` Glenn Morris
2010-10-04  6:09   ` Ulrich Mueller
2010-10-06  2:39     ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).