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