aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-26 13:26:18 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-26 13:51:57 +0200
commit31a646d592e09918a801e86274eb1b97bf4541d2 (patch)
tree530f33d34629cd1738a9385ff7dacf0923dfe01f /doc
parentb52cfc8c229d00c3fe536a968c2dd7c2050614ee (diff)
downloadpies-31a646d592e09918a801e86274eb1b97bf4541d2.tar.gz
pies-31a646d592e09918a801e86274eb1b97bf4541d2.tar.bz2
Pies dubbed a GNU package. Update all files accordingly.
Diffstat (limited to 'doc')
-rw-r--r--doc/Config8
-rw-r--r--doc/Makefile.am10
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--doc/pies.texi14
-rw-r--r--doc/usr-acl.texi4
5 files changed, 19 insertions, 19 deletions
diff --git a/doc/Config b/doc/Config
index d82983c..45c39b1 100644
--- a/doc/Config
+++ b/doc/Config
@@ -1,18 +1,18 @@
1# Texi2html configuration for Pies documentation. -*- perl-mode -*- 1# Texi2html configuration for GNU Pies documentation. -*- perl-mode -*-
2# Copyright (C) 2009 Sergey Poznyakoff 2# Copyright (C) 2009 Sergey Poznyakoff
3# 3#
4# Pies is free software; you can redistribute it and/or modify 4# GNU Pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
9# Pies is distributed in the hope that it will be useful, 9# GNU Pies is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with Pies. If not, see <http://www.gnu.org/licenses/>. 15# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
16 16
17$top_html_dir="/software/pies"; 17$top_html_dir="/software/pies";
18$graphics_dir="$top_html_dir/graphics"; 18$graphics_dir="$top_html_dir/graphics";
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 094d660..6d47f51 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,18 +1,18 @@
1# This file is part of Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff 2# Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
3# 3#
4# Pies is free software; you can redistribute it and/or modify 4# GNU Pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
9# Pies is distributed in the hope that it will be useful, 9# GNU Pies is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with Pies. If not, see <http://www.gnu.org/licenses/>. 15# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
16 16
17info_TEXINFOS=pies.texi 17info_TEXINFOS=pies.texi
18pies_TEXINFOS=\ 18pies_TEXINFOS=\
@@ -154,4 +154,4 @@ manual:
154manual.tar.bz2: manual 154manual.tar.bz2: manual
155 tar cfj manual.tar.bz2 manual 155 tar cfj manual.tar.bz2 manual
156 156
157man-tar: manual.tar.bz2 \ No newline at end of file 157man-tar: manual.tar.bz2
diff --git a/doc/gendocs_template b/doc/gendocs_template
index b2a1583..1bd43b1 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -4,7 +4,7 @@
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 5
6<head> 6<head>
7 <title>Pies - Program Invocation and Execution Supervisor</title> 7 <title>GNU Pies - Program Invocation and Execution Supervisor</title>
8 <meta name="Generator" content="%%SCRIPTNAME%%" /> 8 <meta name="Generator" content="%%SCRIPTNAME%%" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10 <link rev="made" href="mailto:gray@gnu.org.ua" /> 10 <link rev="made" href="mailto:gray@gnu.org.ua" />
diff --git a/doc/pies.texi b/doc/pies.texi
index 353faa9..d780e6d 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -2,7 +2,7 @@
2@smallbook 2@smallbook
3@c %**start of header 3@c %**start of header
4@setfilename pies.info 4@setfilename pies.info
5@settitle Pies Manual 5@settitle GNU Pies Manual
6@c %**end of header 6@c %**end of header
7@setchapternewpage odd 7@setchapternewpage odd
8 8
@@ -31,8 +31,8 @@
31@ifinfo 31@ifinfo
32@dircategory System Administration 32@dircategory System Administration
33@direntry 33@direntry
34* Pies: (pies). Program Invocation and Execution Supervisor. 34* GNU Pies: (pies). Program Invocation and Execution Supervisor.
35* pies: (pies) Invocation. Pies Command Line Options. 35* pies: (pies) Invocation. GNU Pies Command Line Options.
36@end direntry 36@end direntry
37@end ifinfo 37@end ifinfo
38 38
@@ -46,7 +46,7 @@ Copyright @copyright{} 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
46Permission is granted to copy, distribute and/or modify this document 46Permission is granted to copy, distribute and/or modify this document
47under the terms of the GNU Free Documentation License, Version 1.2 or 47under the terms of the GNU Free Documentation License, Version 1.2 or
48any later version published by the Free Software Foundation; with no 48any later version published by the Free Software Foundation; with no
49Invariant Sections, with the Front-Cover texts being ``Pies Manual'', 49Invariant Sections, with the Front-Cover texts being ``GNU Pies Manual'',
50and with the Back-Cover Texts as in (a) below. A copy of the license 50and with the Back-Cover Texts as in (a) below. A copy of the license
51is included in the section entitled ``GNU Free Documentation License''. 51is included in the section entitled ``GNU Free Documentation License''.
52 52
@@ -56,7 +56,7 @@ Software Foundation raise funds for GNU development.''
56@end copying 56@end copying
57 57
58@titlepage 58@titlepage
59@title The @sc{PIES} Manual 59@title The @sc{GNU PIES} Manual
60@subtitle version @value{VERSION}, @value{UPDATED} 60@subtitle version @value{VERSION}, @value{UPDATED}
61@author Sergey Poznyakoff. 61@author Sergey Poznyakoff.
62@page 62@page
@@ -74,9 +74,9 @@ Software Foundation raise funds for GNU development.''
74 74
75@ifnottex 75@ifnottex
76@node Top 76@node Top
77@top Pies Manual 77@top GNU Pies Manual
78 78
79This edition of the @cite{Pies Manual}, last updated @value{UPDATED}, 79This edition of the @cite{GNU Pies Manual}, last updated @value{UPDATED},
80documents @command{pies} Version @value{VERSION}. 80documents @command{pies} Version @value{VERSION}.
81@end ifnottex 81@end ifnottex
82 82
diff --git a/doc/usr-acl.texi b/doc/usr-acl.texi
index 86d70f1..2f4bcd3 100644
--- a/doc/usr-acl.texi
+++ b/doc/usr-acl.texi
@@ -1,10 +1,10 @@
1@c This is part of the Pies manual. 1@c This is part of the GNU Pies manual.
2@c Copyright (C) 2009 Sergey Poznyakoff 2@c Copyright (C) 2009 Sergey Poznyakoff
3@c This file is distributed under GFDL 1.1 or any later version 3@c This file is distributed under GFDL 1.1 or any later version
4@c published by the Free Software Foundation. 4@c published by the Free Software Foundation.
5 5
6 This appendix describes the @samp{user-group} extension for 6 This appendix describes the @samp{user-group} extension for
7@command{Pies} @acronym{ACL}s. This extension is reserved for 7GNU @command{Pies} @acronym{ACL}s. This extension is reserved for
8the future use. 8the future use.
9 9
10The @var{user-group} @acronym{ACL} statement specifies which 10The @var{user-group} @acronym{ACL} statement specifies which

Return to:

Send suggestions and report system problems to the System administrator.