[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make.texi @dircategory
From: |
Karl Berry |
Subject: |
make.texi @dircategory |
Date: |
Sun, 9 Mar 2003 09:10:57 -0500 |
I suggest the following minor changes to make.texi (relative to 3.80) to
change the category in the Texinfo dir file -- I've been trying to
rationalize these categories per rms's suggestions.
Also, the frontmatter should be changed to use @copying, the GNU free
documentation license, @ifnottex instead of @ifinfo around the Top
node, putting @contents at the beginning, etc. -- this patch doesn't
do those things. See
http://texinfo.org/manual/Document-Permissions.html
http://texinfo.org/manual/GNU-Sample-Texts.html
for information and an example of recommended frontmatter for GNU manuals.
Let me know if questions or problems.
Thanks,
karl (Texinfo maintainer)
*** /usr/local/gnu/src/make-3.80/doc/ORIG/make.texi Wed Sep 18 13:51:58 2002
--- /usr/local/gnu/src/make-3.80/doc/make.texi Sun Mar 9 06:08:27 2003
***************
*** 25,31 ****
@c Combine the program and concept indices:
@syncodeindex pg cp
! @dircategory GNU Packages
@direntry
* Make: (make). Remake files automatically.
@end direntry
--- 25,31 ----
@c Combine the program and concept indices:
@syncodeindex pg cp
! @dircategory Software development
@direntry
* Make: (make). Remake files automatically.
@end direntry
***************
*** 38,45 ****
This is Edition @value{EDITION}, last updated @value{UPDATED},
of @cite{The GNU Make Manual}, for @code{make}, Version @value{VERSION}.
! Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2002
! Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
--- 38,45 ----
This is Edition @value{EDITION}, last updated @value{UPDATED},
of @cite{The GNU Make Manual}, for @code{make}, Version @value{VERSION}.
! Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
! 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
***************
*** 61,67 ****
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
! 1996, 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
@sp 2
Published by the Free Software Foundation @*
59 Temple Place -- Suite 330, @*
--- 61,67 ----
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
! 1996, 1997, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
@sp 2
Published by the Free Software Foundation @*
59 Temple Place -- Suite 330, @*
Diff finished at Sun Mar 9 06:10:07
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- make.texi @dircategory,
Karl Berry <=