diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-20 22:39:26 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-20 22:43:27 -0500 |
commit | 6a70f3aa63a3b7a6a30448c48322ad38b719cdce (patch) | |
tree | fc1c7f9a1646eb72e02d6a36ed05c37bc54f1aec /man/libsystemd-pkgconfig.xml | |
parent | 4f50d2efbac87aba0505b9f998bf3e4bde64c214 (diff) |
man: xinclude pkg-config note
Diffstat (limited to 'man/libsystemd-pkgconfig.xml')
-rw-r--r-- | man/libsystemd-pkgconfig.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/libsystemd-pkgconfig.xml b/man/libsystemd-pkgconfig.xml new file mode 100644 index 0000000000..56a72e109b --- /dev/null +++ b/man/libsystemd-pkgconfig.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> + +<refsect1> + <title>Notes</title> + + <para id='pkgconfig-text'>These APIs are implemented as a shared + library, which can be compiled and linked to with the + <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> + file.</para> +</refsect1> |