Blob Blame History Raw
.TH MALMAKE 1 "26 September 2006" Malaga "Malaga quick reference"

.SH NAME
malmake \- compile a Malaga project

.SH SYNOPSIS
\fBmalmake\fP [\fB-new\fP] \fIproject-file\fP

.SH DESCRIPTION
Malaga is a development environment for natural-language grammars based on the
Left-Associative Grammar formalism.  Malaga grammars can be used for
automatic morphological and/or syntactic analysis.
.PP
The program \fBmalmake\fP reads a project file, checks if all grammar files
needed do exist, and translates all grammar files that have not yet been
translated or whose source files have changed since they have been
translated. It calls the programs \fBmalsym\fP(1), \fBmallex\fP(1) and
\fBmalrul\fP(1) if needed.  It is in essence a \fBmake\fP(1) for the Malaga
programming language.
.PP
See \fBinfo Malaga\fP for details.

.SH OPTIONS
.IP "\fB-h\fP[\fBelp\fP]"
Print a help text about \fBmalmake\fP's command line arguments and exit.
.IP "\fB-n\fP[\fBew\fP]"
(Re)compile all files, even if their sources have not changed meanwhile.
.IP "\fB-v\fP[\fBersion\fP]"
Print \fBmalmake\fP's version number and exit.

.SH AUTHORS
Malaga has been developed by Bjoern Beutel.  Numerous other people distributed
to it.  This manpage was originally written for the Debian distribution by
Antti-Juhani Kaijanaho.

.SH SEE ALSO
\fBmalaga\fP(1), \fBmallex\fP(1), \fBmalrul\fP(1), \fBmalshow\fP(1),
\fBmalsym\fP(1)
.PP
``Malaga 7, User's and Programmer's Manual''.  Available in Debian
systems via \fBinfo Malaga\fP, and, if the malaga-doc package is installed,
in various formats (DVI, Postscript, PDF, HTML) under
\fI/usr/share/doc/malaga-doc/\fP.