aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-08 22:27:35 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-08 22:42:28 +0300
commite523423777dd75acc59cf7b9e7466527d774a9f9 (patch)
tree6d17e7553373fdfb6f32870902b75874c3f06aae /doc
parent79f6b2c923d1c2366b68a431756bde6e4a04ae86 (diff)
downloadgrecs-e523423777dd75acc59cf7b9e7466527d774a9f9.tar.gz
grecs-e523423777dd75acc59cf7b9e7466527d774a9f9.tar.bz2
Various fixes.
* .gitignore: Add gitid.h * Makefile.am: Build gitid.h. * am/grecs.m4: Remove GRECS_VEROK_AT. * build-aux/getopt.m4 (print_version_hook): New variable. (print_version): Call print_version_hook, if defined. * src/Make.am (INCLUDES): Update. * src/grecs.h (grecs_version_info) <id>: New member. * src/version.c (grecs_version): Initialize id. * tests/Makefile.am: Remove GRECS_VEROK_AT. * tests/testsuite.at: Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/GRECS_SETUP.34
-rw-r--r--doc/grecs_asprintf.32
-rw-r--r--doc/grecs_config.52
-rw-r--r--doc/grecs_error.32
-rw-r--r--doc/grecs_format_locus.32
-rw-r--r--doc/grecs_format_node.32
-rw-r--r--doc/grecs_format_node_path.32
-rw-r--r--doc/grecs_format_value.32
-rw-r--r--doc/grecs_include_path_setup.32
-rw-r--r--doc/grecs_malloc.32
-rw-r--r--doc/grecs_node_free.32
-rw-r--r--doc/grecs_parse.32
-rw-r--r--doc/grecs_stmt_path.52
-rw-r--r--doc/grecs_strdup.32
-rw-r--r--doc/grecs_tree_free.32
-rw-r--r--doc/tmpl.32
16 files changed, 1 insertions, 33 deletions
diff --git a/doc/GRECS_SETUP.3 b/doc/GRECS_SETUP.3
index af0f8e0..c24399e 100644
--- a/doc/GRECS_SETUP.3
+++ b/doc/GRECS_SETUP.3
@@ -13,10 +13,8 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
-.TH GRECS_SETUP 3 "May 5, 2011" "GRECS" "Grecs User Reference"
+.TH GRECS_SETUP 3 "May 8, 2011" "GRECS" "Grecs User Reference"
.SH NAME
GRECS_SETUP \- Initialize \fBgrecs\fR submodule.
.SH SYNOPSIS
diff --git a/doc/grecs_asprintf.3 b/doc/grecs_asprintf.3
index 73be7f0..daa7f83 100644
--- a/doc/grecs_asprintf.3
+++ b/doc/grecs_asprintf.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_ASPRINTF 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_config.5 b/doc/grecs_config.5
index 579875b..e4ad4f3 100644
--- a/doc/grecs_config.5
+++ b/doc/grecs_config.5
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_CONFIG 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_error.3 b/doc/grecs_error.3
index d747d9a..4f82dc5 100644
--- a/doc/grecs_error.3
+++ b/doc/grecs_error.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_ERROR 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_format_locus.3 b/doc/grecs_format_locus.3
index 90ffa03..a7743f1 100644
--- a/doc/grecs_format_locus.3
+++ b/doc/grecs_format_locus.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_FORMAT_LOCUS 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_format_node.3 b/doc/grecs_format_node.3
index 76cebec..095a494 100644
--- a/doc/grecs_format_node.3
+++ b/doc/grecs_format_node.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_FORMAT_NODE 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_format_node_path.3 b/doc/grecs_format_node_path.3
index 2f8cff6..bf119e7 100644
--- a/doc/grecs_format_node_path.3
+++ b/doc/grecs_format_node_path.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_FORMAT_NODE_PATH 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_format_value.3 b/doc/grecs_format_value.3
index 8a8af9f..e4b45fa 100644
--- a/doc/grecs_format_value.3
+++ b/doc/grecs_format_value.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_FORMAT_VALUE 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_include_path_setup.3 b/doc/grecs_include_path_setup.3
index d179773..a29173a 100644
--- a/doc/grecs_include_path_setup.3
+++ b/doc/grecs_include_path_setup.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_INCLUDE_PATH_SETUP 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_malloc.3 b/doc/grecs_malloc.3
index 1d52eca..7f01df8 100644
--- a/doc/grecs_malloc.3
+++ b/doc/grecs_malloc.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_MALLOC 3 "May 7, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_node_free.3 b/doc/grecs_node_free.3
index af453c0..c154300 100644
--- a/doc/grecs_node_free.3
+++ b/doc/grecs_node_free.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_NODE_FREE 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_parse.3 b/doc/grecs_parse.3
index c51ef95..2abc417 100644
--- a/doc/grecs_parse.3
+++ b/doc/grecs_parse.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_PARSE 3 "May 7, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_stmt_path.5 b/doc/grecs_stmt_path.5
index 52941d5..ffe146b 100644
--- a/doc/grecs_stmt_path.5
+++ b/doc/grecs_stmt_path.5
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_STMT_PATH 5 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_strdup.3 b/doc/grecs_strdup.3
index ae861e4..8bfdd5f 100644
--- a/doc/grecs_strdup.3
+++ b/doc/grecs_strdup.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_STRDUP 3 "May 7, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/grecs_tree_free.3 b/doc/grecs_tree_free.3
index 527995a..d8f1fec 100644
--- a/doc/grecs_tree_free.3
+++ b/doc/grecs_tree_free.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_XXX 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME
diff --git a/doc/tmpl.3 b/doc/tmpl.3
index 30c60e7..fa4bb74 100644
--- a/doc/tmpl.3
+++ b/doc/tmpl.3
@@ -13,8 +13,6 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
-.\" This file is part of SLB.
-.\" Copyright (C) 2011 Sergey Poznyakoff
.\"
.TH GRECS_XXX 3 "May 4, 2011" "GRECS" "Grecs User Reference"
.SH NAME

Return to:

Send suggestions and report system problems to the System administrator.