Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nmlc(1) [debian man page]

NMLC(1) 						    BSD General Commands Manual 						   NMLC(1)

NAME
NMLC -- A compiler from NML code to NFO and/or GRF files. SYNOPSIS
nmlc [options] [file] OPTIONS
-c Crop extraneous transparent blue from real sprites. -u Save real sprites uncompressed to GRF files. This saves a lot of time during encoding but it's not recommended when creating a file for distribution since it makes the output file substantially bigger. --grf=file Write output in GRF format to <file>. --nfo=file Write output in NFO format to <file>. --nml=file Write output in NML format to <file>. --output=file | -o file Write output to <file>. The output type is detected from the extension of the filename. It must be one of nfo, nml or grf. --debug | -d Print a dump of the AST to stdout. --help | -h Print usage information. --stack | -s Dump stack when an error occurs --custom-tags=file | -t file Load custom tags from <file> [default: custom_tags.txt] --lang-dir=dir | -l dir Load language files from directory <dir> [default: lang] --default-lang=file The default language is stored in <file> [default: english.lng] --sprites-dir=dir | -a dir Store 32bpp sprites in directory <dir> [default: sprites] --start-sprite=file Set the first sprite number to write (do not use except when you output nfo that you want to include in other files). --palette=palette | -p palette Force nml to use the palette <pal> [default: ANY]. Valid values are 'DOS', 'WIN', 'ANY'. SEE ALSO
The language reference at http://hg.openttdcoop.org/nml/raw-file/tip/docs/index.html AUTHOR
NML was written by Albert Hofkamp, Jasper Reichardt, Ingo von Borstel, Jose Soler and Thijs Marinussen. This manual page was written by Thijs Marinussen. June 18, 2011

Check Out this Related Man Page

HLINS(1)						      General Commands Manual							  HLINS(1)

NAME
hlins - insert url's into html documents SYNOPSIS
hlins [options] [infile] DESCRIPTION
hlins is a program that inserts hypertext links into html documents, according to one or several data bases associating addresses (url's) to names. hlins is designed for inserting links for persons: It knows about abbreviations of first and middle names and tolerated dropping of the last part of a composite last name. If no file argument is given then input is taken from stdin; when no output option (see below) is given then output goes to stdout. For a complete description, see the documention in html format. OPTIONS
hlins follows the usual GNU command line syntax, with long options starting with two dashes (`--'). -o, --output-file file Write to file instead of standard output -h, --help Show a summary of options. -v, --version Show the version of the program. -q, --quiet Surpress diagnostic output. -db, --data-bases files ... Use files ... as data bases -m, --modify files ... Dont't act as filter but perform in-pace modifications of files. -R, --recursive Recursively descend into directories and act on all files with names ending on .html. -td, --tmp-dir dir Use directory dir to create temporary files. --db-to-html List the address data bases in HTML format to stdout. ENVIRONMENT
TMPDIR default directory for creating temporay files. VERSION
This manual pages describes version 0.39. SEE ALSO
The full documentation with examples should be available in /usr/share/doc/hlins/. See also the hlins home page http://www.lsv.ens-cachan.fr/~treinen/hlins/. AUTHOR
Ralf Treinen <treinen@debian.org>. July 25, 2000 HLINS(1)
Man Page