[tbb-commits] [rbm/master] Add a man page for rbm-build

boklm at torproject.org boklm at torproject.org
Mon Aug 7 22:27:32 UTC 2017


commit 0732a77db13fa713b481877593cb8f4d005560c2
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Aug 7 23:14:37 2017 +0200

    Add a man page for rbm-build
---
 doc/Makefile          |  1 +
 doc/documentation.asc |  1 +
 doc/rbm-build.asc     | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/doc/Makefile b/doc/Makefile
index c3c8f11..593ecba 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -35,6 +35,7 @@ MAN1_ASC += rbm-deb-src.asc
 MAN1_ASC += rbm-deb.asc
 MAN1_ASC += rbm-pkg.asc
 MAN1_ASC += rbm-publish.asc
+MAN1_ASC += rbm-build.asc
 
 MAN7_ASC += rbm_tutorial.asc
 MAN7_ASC += rbm_layout.asc
diff --git a/doc/documentation.asc b/doc/documentation.asc
index 492ad47..82b5e62 100644
--- a/doc/documentation.asc
+++ b/doc/documentation.asc
@@ -14,6 +14,7 @@ rbm commands :
 - link:rbm-usage.html[rbm-usage(1)]
 - link:rbm-tar.html[rbm-tar(1)]
 - link:rbm-showconf.html[rbm-showconf(1)]
+- link:rbm-build.html[rbm-build(1)]
 - link:rbm-srpm.html[rbm-srpm(1)]
 - link:rbm-rpm.html[rbm-rpm(1)]
 - link:rbm-rpmspec.html[rbm-rpmspec(1)]
diff --git a/doc/rbm-build.asc b/doc/rbm-build.asc
new file mode 100644
index 0000000..042ab41
--- /dev/null
+++ b/doc/rbm-build.asc
@@ -0,0 +1,34 @@
+rbm-build(1)
+============
+
+NAME
+----
+rbm-build - Build a package
+
+
+SYNOPSIS
+--------
+[verse]
+'rbm build' <project> [options]
+
+DESCRIPTION
+-----------
+
+Build a package for the selected project.
+
+CONFIGURATION OPTIONS
+---------------------
+
+The +build+ option is used as the build script. The default value of
+the +build+ option is '[% INCLUDE build -%]' which means that you can
+create the build script as a +build+ file in the project's directory.
+
+See link:rbm_config.html[rbm_config(7)] for all other options.
+
+COMMAND LINE OPTIONS
+--------------------
+See link:rbm_cli.html[rbm_cli(7)].
+
+SEE ALSO
+--------
+link:rbm.html[rbm(1)]





More information about the tbb-commits mailing list