docs: Remove incorrect name rule

The leading `lib` should be passed as part of the shared library name in
the `--shared-library` argument for g-ir-compiler.

https://bugzilla.gnome.org/show_bug.cgi?id=699354
This commit is contained in:
Emmanuele Bassi 2018-01-25 16:40:08 +00:00 committed by Simon McVittie
parent e24c7f93c9
commit c7387b504a

View File

@ -30,8 +30,7 @@ FIXME
.TP
.B \--shared-library=FILENAME
Specifies the shared library where the symbols in the typelib can be found.
The name of the library should not contain the leading lib prefix nor
the ending shared library suffix.
The name of the library should not contain the ending shared library suffix.
.TP
.SH BUGS
Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.