1MALMAKE(1) Malaga quick reference MALMAKE(1)
2
3
4
6 malmake - compile a Malaga project
7
8
10 malmake [-new] project-file
11
12
14 Malaga is a development environment for natural-language grammars based
15 on the Left-Associative Grammar formalism. Malaga grammars can be used
16 for automatic morphological and/or syntactic analysis.
17
18 The program malmake reads a project file, checks if all grammar files
19 needed do exist, and translates all grammar files that have not yet
20 been translated or whose source files have changed since they have been
21 translated. It calls the programs malsym(1), mallex(1) and malrul(1) if
22 needed. It is in essence a make(1) for the Malaga programming lan‐
23 guage.
24
25 See info Malaga for details.
26
27
29 -h[elp]
30 Print a help text about malmake's command line arguments and
31 exit.
32
33 -n[ew] (Re)compile all files, even if their sources have not changed
34 meanwhile.
35
36 -v[ersion]
37 Print malmake's version number and exit.
38
39
41 Malaga has been developed by Bjoern Beutel. Numerous other people dis‐
42 tributed to it. This manpage was originally written for the Debian
43 distribution by Antti-Juhani Kaijanaho.
44
45
47 malaga(1), mallex(1), malrul(1), malshow(1), malsym(1)
48
49 ``Malaga 7, User's and Programmer's Manual''. Available in Debian sys‐
50 tems via info Malaga, and, if the malaga-doc package is installed, in
51 various formats (DVI, Postscript, PDF, HTML) under
52 /usr/share/doc/malaga-doc/.
53
54
55
56Malaga 26 September 2006 MALMAKE(1)