Mercurial > emacs
comparison make-dist @ 112327:17e0028efc29
Merge from mainline.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 14 Jan 2011 10:14:17 -0800 |
parents | e838cdd68eae 417b1e4d63cd |
children | ba9f26694b92 |
comparison
equal
deleted
inserted
replaced
112326:63e39d23b102 | 112327:17e0028efc29 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 ### make-dist: create an Emacs distribution tar file from current srcdir | 2 ### make-dist: create an Emacs distribution tar file from current srcdir |
3 | 3 |
4 ## Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, | 4 ## Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, |
5 ## 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 5 ## 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
6 | 6 |
7 ## This file is part of GNU Emacs. | 7 ## This file is part of GNU Emacs. |
8 | 8 |
9 ## GNU Emacs is free software: you can redistribute it and/or modify | 9 ## GNU Emacs is free software: you can redistribute it and/or modify |
10 ## it under the terms of the GNU General Public License as published by | 10 ## it under the terms of the GNU General Public License as published by |