Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hacha(1) [debian man page]

HACHA(1)						      General Commands Manual							  HACHA(1)

NAME
hacha - Chop hevea output files SYNOPSIS
hacha [options] <htmlfile> DESCRIPTION
This manual page documents briefly the hacha command. This manual page was written for the Debian GNU/Linux distribution because the orig- inal program does not have a manual page. Hacha is a program that allow to cut an html file produced with hevea into several html files. OPTIONS
A summary of options are included below. -v, Verbose flag -o filename make htmlcut output go into file filename (defaults to index.html) -tocbis Add small table of contents at the beginning of files. -nolinks Do not insert Previous/Up/Next links in generated pages. -hrf Output a base.hrf file, showing in which output files are the anchors from the input file gone. The format of this summary is one ``anchor file'' line per anchor. This information may be needed by other tools. -help Print version number and a short help message. SEE ALSO
hevea(1) The HeVeA documentation can be found on the HeVeA home page http://hevea.inria.fr. On a Debian system it can also be accessed at /usr/share/doc/hevea-doc/html or through the Debian help system, provided the package hevea-doc is installed. AUTHOR
Hacha is part of HeVeA, written by Luc Maranget <Luc.Maranget@inria.fr>. This manual page was compiled by Ralf Treinen <treinen@debian.org> and Georges Mariano <Georges.Mariano@inrets.fr> from the HeVeA documen- tation for the Debian GNU/Linux system (but may be used by others). HACHA(1)

Check Out this Related Man Page

PROGEN(1)						      General Commands Manual							 PROGEN(1)

NAME
progen - create project files for tmake(1) SYNOPSIS
progen [options] [C/C++ header/source files] DESCRIPTION
This manual page documents briefly the progen command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in HTML format; see below. The progen(1) utility creates tmake(1) project files. OPTIONS
-h, --help Show summary of options. -lower Lower-case letters in filenames (useful on Windows). -n name Specify a project name (TARGET). -o file Write output to file instead of stdout. -t file Specify a template file. EXAMPLE
The progen(1) utility can be used like this: progen -n hello -o hello.pro If no .cpp or .h files are specified on the command line, progen(1) searches for .cpp and .h (except moc_*.cpp) in the current directory and below. SEE ALSO
The full documentation for progen is maintained as an HTML manual, located in /usr/share/doc/tmake/html/, and is available through dhelp(1), Debian's help system. AUTHOR
This manual page was written by Dwayne C. Litzenberger <dlitz@dlitz.net>, for the Debian GNU/Linux system (but may be used by others). January 12, 2000 PROGEN(1)
Man Page