From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC54A138350 for ; Fri, 28 Feb 2020 10:32:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3408E0897; Fri, 28 Feb 2020 10:32:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5AF7E0897 for ; Fri, 28 Feb 2020 10:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A93134F43C for ; Fri, 28 Feb 2020 10:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FEE6144 for ; Fri, 28 Feb 2020 10:32:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1582885893.41b26f1c15143b3af864b8a9045ee3efbac068b9.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/contributing/text.xml X-VCS-Directories: appendices/contributing/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 41b26f1c15143b3af864b8a9045ee3efbac068b9 X-VCS-Branch: master Date: Fri, 28 Feb 2020 10:32:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7e7b611-cbdc-4055-9218-1fd0f81ce664 X-Archives-Hash: daf82c27dd838008810ba769216a7de2 commit: 41b26f1c15143b3af864b8a9045ee3efbac068b9 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 28 10:31:33 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 28 10:31:33 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=41b26f1c appendices/contributing: Update information on how to build. Signed-off-by: Ulrich Müller gentoo.org> appendices/contributing/text.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml index 803655c..9134ae0 100644 --- a/appendices/contributing/text.xml +++ b/appendices/contributing/text.xml @@ -34,8 +34,8 @@ fine too the formatting can be easily done by someone else (meaning, us).
- Where to find the sources - +Where to find the sources +

Currently, sources are hosted on @@ -51,12 +51,18 @@ for those who prefer to submit patches using pull requests.

To build the devmanual, simply run make in the top directory of -the repository. You need xsltproc (from -dev-libs/libxslt) for the XML to HTML conversion and -convert (from media-gfx/imagemagick) for the SVG to PNG -conversion used in some of the figures throughout the document. +the repository. You need xsltproc (from dev-libs/libxslt) +for the XML to HTML conversion, xmllint (from dev-libs/libxml2) +for validation, and rsvg-convert (from gnome-base/librsvg) for +the SVG to PNG conversion used in some of the figures throughout the document. +

+ +

+To check if the document's XML is valid, run make validate in the +top-level directory, which will validate all XML files using xmllint.

- + +