Mercurial > emacs
comparison doc/lispref/ChangeLog @ 110794:bacdf2d96735
Include version number in doc `make dist' tarfiles.
* doc/lispref/Makefile.in (version): New, set by configure.
(clean): Delete dist tar file.
(dist): Use version in tar name.
* doc/lispintro/Makefile.in (version): New, set by configure.
(clean): Delete dist tar file.
(dist): Use version in tar name.
* doc/emacs/Makefile.in (version): New, set by configure.
(clean): Delete dist tar file.
(dist): Use version in tar name.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 06 Oct 2010 19:23:28 -0700 |
parents | 9a3ce1aa9d45 |
children | bec49af30c2f |
comparison
equal
deleted
inserted
replaced
110793:6ab940f572a9 | 110794:bacdf2d96735 |
---|---|
1 2010-10-07 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * Makefile.in (version): New, set by configure. | |
4 (clean): Delete dist tar file. | |
5 (dist): Use version in tar name. | |
6 | |
1 2010-10-06 Glenn Morris <rgm@gnu.org> | 7 2010-10-06 Glenn Morris <rgm@gnu.org> |
2 | 8 |
3 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile. | 9 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile. |
4 (INSTALL_INFO): Remove unused variable. | 10 (INSTALL_INFO): Remove unused variable. |
5 (mostlyclean, infoclean, dist): New rules. | 11 (mostlyclean, infoclean, dist): New rules. |
8682 * Cleaned up `Makefile' and defined the `emacslibdir' directory | 8688 * Cleaned up `Makefile' and defined the `emacslibdir' directory |
8683 for the Project GNU development environment. | 8689 for the Project GNU development environment. |
8684 | 8690 |
8685 ;; Local Variables: | 8691 ;; Local Variables: |
8686 ;; coding: utf-8 | 8692 ;; coding: utf-8 |
8687 ;; add-log-time-zone-rule: t | |
8688 ;; End: | 8693 ;; End: |
8689 | 8694 |
8690 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 8695 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
8691 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 8696 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
8692 | 8697 |
8693 This file is part of GNU Emacs. | 8698 This file is part of GNU Emacs. |
8694 | 8699 |
8695 GNU Emacs is free software: you can redistribute it and/or modify | 8700 GNU Emacs is free software: you can redistribute it and/or modify |
8696 it under the terms of the GNU General Public License as published by | 8701 it under the terms of the GNU General Public License as published by |
8702 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 8707 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
8703 GNU General Public License for more details. | 8708 GNU General Public License for more details. |
8704 | 8709 |
8705 You should have received a copy of the GNU General Public License | 8710 You should have received a copy of the GNU General Public License |
8706 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 8711 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
8707 | |
8708 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda |