1PTO2MK(1) User Contributed Perl Documentation PTO2MK(1)
2
3
4
6 pto2mk - Create a Makefile for stitching
7
9 pto2mk [options] -o <output_makefile> -p <output_prefix> <project_file>
10
11 Options:
12 -p | --prefix File path stub for rendered output
13 -o | --output Filename of generated Makefile
14 -s | --platform e.g. linux or MSWin32, defaults to current OS
15 -h | --help Outputs help documentation
16
18 pto2mk takes a hugin .pto project and generates a Makefile containing
19 all the rules necessary for stitching. The Makefile is typically not
20 portable and contains OS and system specific commands.
21
22 This tool is a perl version of the C++ pto2mk tool shipped with Hugin.
23 It is intended to test the capability of Panotools::Makefile, and is
24 not intended to replace pto2mk in the future.
25
27 This program is free software; you can redistribute it and/or modify it
28 under the terms of the GNU General Public License as published by the
29 Free Software Foundation; either version 2 of the License, or (at your
30 option) any later version.
31
33 <http://hugin.sourceforge.net/>
34
36 Bruno Postle - November 2009.
37
38
39
40perl v5.32.0 2020-07-28 PTO2MK(1)