aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-16 12:18:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-16 12:21:25 +0300
commitaa31497d9f0a3e96801d3752dd2d8f4ea20a2f4c (patch)
tree3bdf880ec5c4bd2c97d7d7ff665e13a7ca4b0a76 /doc
parent8eb1be8941228d01438436b53dd46b422ba980a3 (diff)
downloadgrecs-aa31497d9f0a3e96801d3752dd2d8f4ea20a2f4c.tar.gz
grecs-aa31497d9f0a3e96801d3752dd2d8f4ea20a2f4c.tar.bz2
Implement parser for git-style config files.
* am/grecs.m4: New option: parser-git * doc/GRECS_SETUP.3: Document new options. * src/git-parser.c: New file. * src/Make.am [GRECS_COND_GIT_PARSER]: Define GRECS_PARSER_GIT. (GRECS_SRC): Add GRECS_PARSER_GIT. * src/grecs.h (grecs_git_parser): New proto. * src/txtacc.c (grecs_txtacc_free): Ignore NULL argument.
Diffstat (limited to 'doc')
-rw-r--r--doc/GRECS_SETUP.38
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/GRECS_SETUP.3 b/doc/GRECS_SETUP.3
index 13b568e..58d1ebe 100644
--- a/doc/GRECS_SETUP.3
+++ b/doc/GRECS_SETUP.3
@@ -11,13 +11,13 @@
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Grecs. If not, see <http://www.gnu.org/licenses/>.
.\"
-.TH GRECS_SETUP 3 "May 15, 2011" "GRECS" "Grecs User Reference"
+.TH GRECS_SETUP 3 "May 16, 2011" "GRECS" "Grecs User Reference"
.SH NAME
GRECS_SETUP \- Initialize \fBgrecs\fR submodule.
.SH SYNOPSIS
.BI "GRECS_SETUP(" "dir" ", " "options" ", " "pp-setup-file" )
.SH DESCRIPTION
The \fBGRECS_SETUP\fR macro is invoked from the host project's
@@ -44,12 +44,18 @@ The
argument is a space-separated list of options. The following options
are understood:
.TP
.B all-parsers
Compile all available parsers.
.TP
+.B parser-bind
+Build the parser for BIND configuration files.
+.TP
+.B parser-git
+Build the parser for GIT-style configuration files.
+.TP
.B parser-meta1
Build the parser for MeTA1 configuration files.
.TP
.B no-preproc
Disable the use of preprocessor.
.TP

Return to:

Send suggestions and report system problems to the System administrator.