From 9b5a5c2e61b3eda633acbe859b0e40e9597dac25 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 21 Aug 2017 00:22:33 +0300 Subject: Wrapped and alphabetized the remaining modules. --- docs/markdown/RPM-module.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/markdown/RPM-module.md') diff --git a/docs/markdown/RPM-module.md b/docs/markdown/RPM-module.md index 3939937..cab6d96 100644 --- a/docs/markdown/RPM-module.md +++ b/docs/markdown/RPM-module.md @@ -1,10 +1,16 @@ # RPM module -The RPM module can be used to create a sample rpm spec file for a Meson project. It autodetects installed files, dependencies and so on. Using it is very simple. At the very end of your Meson project (that is, the end of your top level `meson.build` file) add these two lines. +The RPM module can be used to create a sample rpm spec file for a +Meson project. It autodetects installed files, dependencies and so +on. Using it is very simple. At the very end of your Meson project +(that is, the end of your top level `meson.build` file) add these two +lines. ```meson rpm = import('rpm') rpm.generate_spec_template() ``` -Run Meson once on your code and the template will be written in your build directory. Then remove the two lines above and manually edit the template to add missing information. After this it is ready for use. +Run Meson once on your code and the template will be written in your +build directory. Then remove the two lines above and manually edit the +template to add missing information. After this it is ready for use. -- cgit v1.1