'\" t .\" Title: OCAML-XGETTEXT .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 2008-04-29 .\" Manual: [FIXME: manual] .\" Source: ocaml-gettext .\" Language: English .\" .TH "OCAML\-XGETTEXT" "1" "2008\-04\-29" "ocaml-gettext" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ocaml-xgettext \- program to extract translatable strings from OCaml source file\&. .SH "SYNOPSIS" .HP \w'\fBocaml\-xgettext\fR\ 'u \fBocaml\-xgettext\fR [camlp4\ arguments] [\fIfilename\fR] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBocaml\-xgettext\fR .PP \fBocaml\-xgettext\fR is a \fBcamlp4\fR top level\&. This top level is compiled with the printer module pr_gettext\&.cmo\&. It outputs an OCaml marshalled data structure that can only be understood by \fBocaml\-gettext\fR\&. The purpose of this program is to be a back end for OCaml source code string extraction\&. You should not use it directly\&. .SH "SEE ALSO" .PP \fBocaml-gettext\fR(1) .PP \fBcamlp4\fR(1)