posaune
[projects.git] / doc / mbuild.8
1 .\" Manpage for mbuild.
2 .\" Contact mail@wagnertech.de to correct errors or typos.
3 .TH man 8 "12 Jul 2018" "0.1" "mbuild man page"
4 .SH NAME
5 mbuild \- build system of WagnerTech UG
6 .SH SYNOPSIS
7 .B mbuild
8 .SH DESCRIPTION
9 .PP
10 mbuild provides a simple build system based on make, git, subversion. The build process
11 consists of 3 phases: configuration - compile - pack
12 .TP
13 configuration
14 is done by the
15 .B mconfigure
16 script. It determins the verion number from the git/subversion status. Per 
17 default this script also performs compile and pack step.
18 .TP
19 compile
20 To perform the compile step a
21 .B PAKET.build
22 script is needed in the debian directory.
23 .TP
24 pack
25 To perform the pack step a
26 .B PAKET.cp
27 script is needed in the debian directory.
28
29 .SH FILES
30 PAKET.build
31
32 PAKET.cp
33 .SH SEE ALSO
34 make(1), mconfigure(8) 
35 .SH BUGS
36 No known bugs.
37 .SH AUTHOR
38 Michael Wagner (michael@wagnertech.de)
39