comparison lib-src/make-docfile.c @ 38:056b931d312b

*** empty log message ***
author Joseph Arceneaux <jla@gnu.org>
date Tue, 31 Oct 1989 16:00:17 +0000
parents 2354a499c504
children 6de3e4609f2c
comparison
equal deleted inserted replaced
37:e48c0f5e6696 38:056b931d312b
1 /* Generate doc-string file for GNU Emacs from source files. 1 /* Generate doc-string file for GNU Emacs from source files.
2 Copyright (C) 1985, 1986 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 1, or (at your option)
9 any later version.
10
6 GNU Emacs is distributed in the hope that it will be useful, 11 GNU Emacs is distributed in the hope that it will be useful,
7 but without any warranty. No author or distributor 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
8 accepts responsibility to anyone for the consequences of using it 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 or for whether it serves any particular purpose or works at all, 14 GNU General Public License for more details.
10 unless he says so in writing. 15
11 16 You should have received a copy of the GNU General Public License
12 Everyone is granted permission to copy, modify and redistribute 17 along with GNU Emacs; see the file COPYING. If not, write to
13 GNU Emacs, but only under the conditions described in the 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
14 document "GNU Emacs copying permission notice". An exact copy
15 of the document is supposed to have been given to you along with
16 GNU Emacs so that you can know how you may redistribute it all.
17 It should be in a file named COPYING. Among other things, the
18 copyright notice and this notice must be preserved on all copies. */
19 19
20 /* The arguments given to this program are all the C and Lisp source files 20 /* The arguments given to this program are all the C and Lisp source files
21 of GNU Emacs. .elc and .el and .c files are allowed. 21 of GNU Emacs. .elc and .el and .c files are allowed.
22 A .o file can also be specified; the .c file it was made from is used. 22 A .o file can also be specified; the .c file it was made from is used.
23 This helps the makefile pass the correct list of files. 23 This helps the makefile pass the correct list of files.