new version required for Vbox 7.1 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=58
34 lines
785 B
Diff
34 lines
785 B
Diff
---
|
|
kmk.pod | 24 ++++++++++++++++++++++++
|
|
1 file changed, 24 insertions(+)
|
|
|
|
Index: kbuild-0.1.9998+svn3613/kmk.pod
|
|
===================================================================
|
|
--- /dev/null
|
|
+++ kbuild-0.1.9998+svn3613/kmk.pod
|
|
@@ -0,0 +1,24 @@
|
|
+=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 SUSE the kBuild binaries can be found in F</usr/bin> and its data
|
|
+files in F</usr/share/kBuild>.
|
|
+
|
|
+=head1 SEE ALSO
|
|
+
|
|
+L<make(1)>
|
|
+
|
|
+=head1 AUTHOR
|
|
+
|
|
+Torsten Werner <twerner@debian.org>
|