aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/RPM-module.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-05-04 00:18:00 +0300
committerGitHub <noreply@github.com>2017-05-04 00:18:00 +0300
commit8cb15d728b3cfe9f2b26762ab78490da4628a30d (patch)
tree88ae990db099bb3430a094f6e1e736eb8bbcc063 /docs/markdown/RPM-module.md
parent108dac5c162eb086b8cce3f4d0575f7282c72c48 (diff)
parentf9de195d7c5a6ed4b02ea7c87137ac6be7f15d9c (diff)
downloadmeson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.zip
meson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.tar.gz
meson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.tar.bz2
Merge pull request #1723 from QuLogic/doc-updates
Minor documentation updates
Diffstat (limited to 'docs/markdown/RPM-module.md')
-rw-r--r--docs/markdown/RPM-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/RPM-module.md b/docs/markdown/RPM-module.md
index f32b9ad..3939937 100644
--- a/docs/markdown/RPM-module.md
+++ b/docs/markdown/RPM-module.md
@@ -1,6 +1,6 @@
# 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 toplevel `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')