guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/14: gnu: meson: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 11/14: gnu: meson: Mark up description.
Date: Wed, 7 Mar 2018 09:44:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6c4da3b76a7c1a92b04983a93790f3a5f3bf8284
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 7 01:31:27 2018 +0100

    gnu: meson: Mark up description.
    
    * gnu/packages/build-tools.scm (meson)[description]: Use @dfn.
---
 gnu/packages/build-tools.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 7c0faca..2abb44f 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Corentin Bocquillon <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -90,8 +90,8 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
 It can compile code written in C, C++, Fortran, Java, Rust, and other
 languages.  Meson provides features comparable to those of the
 Autoconf/Automake/make combo.  Build specifications, also known as @dfn{Meson
-files}, are written in a custom domain-specific language (DSL) that resembles
-Python.")
+files}, are written in a custom domain-specific language (@dfn{DSL}) that
+resembles Python.")
     (license license:asl2.0)))
 
 (define-public meson-for-build



reply via email to

[Prev in Thread] Current Thread [Next in Thread]