From f283e24fc2f1e2ee093a53e652185e2c902bd5bb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 16 Apr 2018 16:48:09 +0000 Subject: Fix man pages and descriptions in meson git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++ chapter06/meson.xml | 61 ++++++++++++++++++++++++++++++++++++++++++------- packages.ent | 3 +++ 3 files changed, 66 insertions(+), 8 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 13ace23f2..2d297be4b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,16 @@ appropriate for the entry or if needed the entire day's listitem. --> + + 2018-04-16 + + + [bdubbs] - Fix man pages and descriptions in meson. + Thanks to Xi Ruoyao for the patch. + + + + 2018-04-11 diff --git a/chapter06/meson.xml b/chapter06/meson.xml index 5bc2fce6b..12b88720e 100644 --- a/chapter06/meson.xml +++ b/chapter06/meson.xml @@ -50,6 +50,12 @@ python3 setup.py install + At last, move Meson man pages to correct location: + +mv -v /usr/lib/python3.6/site-packages/meson-&meson-version;-py3.6.egg/share/man/man1/*.1 \ + /usr/share/man/man1 +rm -r /usr/lib/python3.6/site-packages/meson-&meson-version;-py3.6.egg/share + @@ -57,12 +63,12 @@ Contents of Meson - Installed Libraries + Installed programs Installed directory - libmeson.so - /usr/share/doc/meson-&meson-version; + meson, mesonconf, mesonintrospect, mesontest, and wraptool + /usr/lib/python3.6/site-packages/meson-&meson-version;-py3.6.egg @@ -71,16 +77,55 @@ - - libmeson + + meson - Contains multiple-precision math functions - - libmeson + A high productivity build system + + meson + + mesonconf + + A tool to configure Meson builds + + mesonconf + + + + + + mesonintrospect + + A tool to extract information about a Meson build + + mesonintrospect + + + + + + mesontest + + Test tool for the Meson build system + + mesontest + + + + + + wraptool + + Source dependency downloader + + wraptool + + + diff --git a/packages.ent b/packages.ent index cff231772..452b04a2d 100644 --- a/packages.ent +++ b/packages.ent @@ -564,6 +564,9 @@ + + -- cgit v1.2.3-54-g00ecf