NAME
make-lm-doku - Compile documentation for Lab::Measurement
VERSION
version 1.000
SYNOPSIS
makedoku.pl [options] command [command..]
DESCRIPTION
This program compiles HTML and PDF Documentation for Lab::VISA from various sources. The actual contents are defined in the file specified with option --toc.
COMMANDS
Command names are case insensitive.
- html
-
Create documentation in HTML format.
-
Create documentation in PDF format.
- all
-
Create documentation in html and pdf.
OPTIONS
All option names can be abbreviated as long as they remain unique.
- --toc=FILE
-
The table of contents, defined in YAML. Defaults to
dokutoc.yml
. - --docdir=DIRECTORY
-
Directory to create the documentation in. Defaults to
Homepage/docs
. - --tempdir=DIRECTORY
-
Directory to create temporary trash in. Will be deleted after execution. Defaults to
Homepage/temp
.
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by the Lab::Measurement team; in detail:
Copyright 2005-2006 Daniel Schroeer
2007 Daniela Taubert
2010 Andreas K. Huettel, Daniel Schroeer
2011-2012 Andreas K. Huettel
2017 Andreas K. Huettel
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.