From f1988c00fd9c3a32bd1d02d8d36017d7a95d74df Mon Sep 17 00:00:00 2001 From: svenper Date: Mon, 20 Apr 2020 03:34:59 +0000 Subject: [PATCH] Manual.md: fix bullets in Development packages line-initial space made the markdown think it was code --- Manual.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Manual.md b/Manual.md index 92b57b1b2c2..0bec02c71ae 100644 --- a/Manual.md +++ b/Manual.md @@ -1396,14 +1396,14 @@ the appropriate `development` packages as dependencies. Development packages for the C and C++ languages usually `vmove` the following subset of files from the main package: - * Header files `usr/include` - * Static libraries `usr/lib/*.a` - * Shared library symbolic links `usr/lib/*.so` - * Cmake rules `usr/lib/cmake` `usr/share/cmake` - * Package config files `usr/lib/pkgconfig` `usr/share/pkgconfig` - * Autoconf macros `usr/share/aclocal` - * Gobject introspection XML files `usr/share/gir-1.0` - * Vala bindings `usr/share/vala` +* Header files `usr/include` +* Static libraries `usr/lib/*.a` +* Shared library symbolic links `usr/lib/*.so` +* Cmake rules `usr/lib/cmake` `usr/share/cmake` +* Package config files `usr/lib/pkgconfig` `usr/share/pkgconfig` +* Autoconf macros `usr/share/aclocal` +* Gobject introspection XML files `usr/share/gir-1.0` +* Vala bindings `usr/share/vala` ### Data packages