1 | =head1 NAME
|
---|
2 |
|
---|
3 | kmk - framework for writing simple makefiles for complex tasks
|
---|
4 |
|
---|
5 | =head1 SYNOPSIS
|
---|
6 |
|
---|
7 | B<kmk> [S<I<options>>]
|
---|
8 |
|
---|
9 | =head1 DESCRIPTION
|
---|
10 |
|
---|
11 | kmk and its helper tools are an extension to GNU make to ease writing
|
---|
12 | portable Makefile. There is not a lot of documentation though. A
|
---|
13 | starting point is L<http://svn.netlabs.org/kbuild>.
|
---|
14 |
|
---|
15 | On Debian systems the kBuild binaries can be found in F</usr/bin>, its data
|
---|
16 | files in F</usr/share/kBuild> and its documentation in
|
---|
17 | F</usr/share/doc/kbuild>.
|
---|
18 |
|
---|
19 | =head1 SEE ALSO
|
---|
20 |
|
---|
21 | L<make(1)>
|
---|
22 |
|
---|
23 | =head1 AUTHOR
|
---|
24 |
|
---|
25 | Torsten Werner <[email protected]>
|
---|
26 |
|
---|