summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-04-08 11:21:46 +0300
committerPanu Matilainen <pmatilai@redhat.com>2022-04-13 10:50:59 +0300
commitbc1da340963d8ccbc01c2846b16ba1c356f0800c (patch)
treeb3ae762c7b80d799094c23b858af2f00ffbb3765
parent6f37460083fbe332ba36a53133a8e6b6064e7264 (diff)
downloadrpm-bc1da340963d8ccbc01c2846b16ba1c356f0800c.tar.gz
Fix missing preformat marker in %conf docs
(cherry picked from commit 44a2201dac198868a3ca3c948f8069177364b305)
-rw-r--r--docs/manual/spec.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/spec.md b/docs/manual/spec.md
index 9b627d261..a7d37c956 100644
--- a/docs/manual/spec.md
+++ b/docs/manual/spec.md
@@ -493,8 +493,10 @@ Different build- and language ecosystems come with their
own helper macros, but rpm has helpers for autotools based builds such as
itself which typically look like this:
+```
%conf
%configure
+```
### %build