Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pellegrino Prevete
libhandy
Commits
387648fb
Commit
387648fb
authored
Oct 15, 2018
by
Guido Gunther
Browse files
docs: Drop package_ver_str from include path
We add this in the pkg-config file so no need to specify it again.
parent
aefc4241
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/build-howto.xml
View file @
387648fb
...
...
@@ -63,11 +63,11 @@
<informalexample><programlisting>
#define HANDY_USE_UNSTABLE_API
#include
<
&package_ver_str;
/
handy.h
>
#include
<
handy.h
>
</programlisting></informalexample>
<para>
Including individual headers rather than
<literal>
&package_ver_str;
/
handy.h
</literal>
is not
Including individual headers rather than
<literal>
handy.h
</literal>
is not
recommended.
</para>
<para>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment