'\" t .\" This documentation, which is part of the afnix writing .\" system distribution, is free and can be distributed as .\" long as this copyright notice is left intact. .\" .\" This documentation is distributed in the hope that it .\" will be useful, but without any warranty; without even .\" the implied warranty of merchantability and fitness .\" for a particular purpose. In no event, shall the .\" copyright holder be liable for any direct, incident .\" incidental or special damages arising in any way out .\" of the use of this documentation. .\" .\" Copyright (c) 1999-2012 Amaury Darsch .\" .TH axl 1 2012-03-26 AFNIX "AFNIX Client" .SH NAME axl - afnix cross librarian .SH SYNOPSIS axl [options] file... .SH OPTIONS .sp .B [h] .br prints the help message .sp .B [v] .br prints the program version .sp .B [c] .br create a new librarian .sp .B [x] .br extract from a librarian .sp .B [t] .br write a detailed list of the files in the librarian .sp .B [s] .br write a short list of the files in the librarian .sp .B [f] file .br set the librarian file name .sp .B [m] name .br set the the start module .SH DESCRIPTION axl invokes the cross librarian utility. A librarian is a collection of files that are read by the interpreter. A librarian is similar to an archive. The idea is to store a complete project into a single file and let the interpreter to find them. A librarian is created with the c option. Extracting a file or all files is performed with the x option. Both options c and x are mutually exclusive. The start module can be set with the m. .SH VERSION The current version is the 2.2.0 release. .SH SEE ALSO axc, axd, axi, .SH NOTES The distribution comes with an extensive documentation. The documentation is available online or in the doc directory in the form of formatted xhtml documents. .SH AUTHOR axl has been written by (amaury@afnix.org) Amaury Darsch.