Mercurial > emacs
changeset 105777:864345ea94cf
Add copyright information for PDF images.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 Oct 2009 02:46:22 +0000 |
parents | 88934faa0925 |
children | a431286b73b3 |
files | doc/lispintro/ChangeLog doc/lispintro/README |
diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispintro/ChangeLog Tue Oct 27 02:45:57 2009 +0000 +++ b/doc/lispintro/ChangeLog Tue Oct 27 02:46:22 2009 +0000 @@ -1,3 +1,17 @@ +2009-10-27 Glenn Morris <rgm@gnu.org> + + * cons-1.pdf, cons-2.pdf, cons-2a.pdf, cons-3.pdf, cons-4.pdf: + * cons-5.pdf, drawers.pdf, lambda-1.pdf, lambda-2.pdf, lambda-3.pdf: + New files, generated from .eps versions with epstopdf. + * README: Add copyright information for PDF images. + + * Makefile.in (TEXI2PDF): New variable. + (emacs-lisp-intro.pdf): New target. + + * makefile.w32-in (texinfodir, TEXI2PDF): New variables. + (ENVADD): Add -I$texinfodir. + (emacs-lisp-intro.pdf): New target. + 2009-07-28 Chong Yidong <cyd@stupidchicken.com> * emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
--- a/doc/lispintro/README Tue Oct 27 02:45:57 2009 +0000 +++ b/doc/lispintro/README Tue Oct 27 02:46:22 2009 +0000 @@ -56,6 +56,16 @@ 2006 Oct 31 Robert J. Chassell, bob@gnu.org + + +COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES + +The PostScript images (*.eps) contain copyright and license information +in their headers. The PDF versions were automatically generated using +the epstopdf utility, and are subject to the same conditions as their +EPS counterparts. + + This file is part of GNU Emacs.