Manual.md: fix bullets in Development packages
line-initial space made the markdown think it was code
This commit is contained in:
parent
df7d0abb47
commit
c5fe27f4a3
1 changed files with 8 additions and 8 deletions
16
Manual.md
16
Manual.md
|
@ -1396,14 +1396,14 @@ the appropriate `development` packages as dependencies.
|
||||||
Development packages for the C and C++ languages usually `vmove` the
|
Development packages for the C and C++ languages usually `vmove` the
|
||||||
following subset of files from the main package:
|
following subset of files from the main package:
|
||||||
|
|
||||||
* Header files `usr/include`
|
* Header files `usr/include`
|
||||||
* Static libraries `usr/lib/*.a`
|
* Static libraries `usr/lib/*.a`
|
||||||
* Shared library symbolic links `usr/lib/*.so`
|
* Shared library symbolic links `usr/lib/*.so`
|
||||||
* Cmake rules `usr/lib/cmake` `usr/share/cmake`
|
* Cmake rules `usr/lib/cmake` `usr/share/cmake`
|
||||||
* Package config files `usr/lib/pkgconfig` `usr/share/pkgconfig`
|
* Package config files `usr/lib/pkgconfig` `usr/share/pkgconfig`
|
||||||
* Autoconf macros `usr/share/aclocal`
|
* Autoconf macros `usr/share/aclocal`
|
||||||
* Gobject introspection XML files `usr/share/gir-1.0`
|
* Gobject introspection XML files `usr/share/gir-1.0`
|
||||||
* Vala bindings `usr/share/vala`
|
* Vala bindings `usr/share/vala`
|
||||||
|
|
||||||
<a id="pkgs_data"></a>
|
<a id="pkgs_data"></a>
|
||||||
### Data packages
|
### Data packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue