From: Karel Zak Date: Tue, 3 Jun 2014 10:37:33 +0000 (+0200) Subject: docs: rename libs xml/version.xml to xml/version-utils.xml X-Git-Tag: v2.25-rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a1c36ab38961ccaf6c23fe6b7f51ac7ace7dcde;p=thirdparty%2Futil-linux.git docs: rename libs xml/version.xml to xml/version-utils.xml It seems that gtk-docs stuff is confused when we use version.xml (package version) and xml/version.xml (library version functions). Signed-off-by: Karel Zak --- diff --git a/libblkid/docs/Makefile.am b/libblkid/docs/Makefile.am index a36c8936d4..dc6dd3e5ec 100644 --- a/libblkid/docs/Makefile.am +++ b/libblkid/docs/Makefile.am @@ -57,7 +57,7 @@ EXTRA_HFILES= # Header files to ignore when scanning. Use base file name, no paths # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=blkidP.h list.h partitions.h superblocks.h \ +IGNORE_HFILES=blkidP.h partitions.h superblocks.h \ topology.h aix.h dos.h iso9660.h # Images to copy into HTML directory. diff --git a/libmount/docs/libmount-docs.xml b/libmount/docs/libmount-docs.xml index 09ebd077df..a95d18090e 100644 --- a/libmount/docs/libmount-docs.xml +++ b/libmount/docs/libmount-docs.xml @@ -56,7 +56,7 @@ available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. - + API Index diff --git a/libmount/docs/libmount-sections.txt b/libmount/docs/libmount-sections.txt index 2220cf1588..88c1f53b66 100644 --- a/libmount/docs/libmount-sections.txt +++ b/libmount/docs/libmount-sections.txt @@ -376,7 +376,7 @@ mnt_unmangle
-version +version-utils mnt_parse_version_string mnt_get_library_version mnt_get_library_features diff --git a/libmount/src/version.c b/libmount/src/version.c index 7c26c255d1..28f3a574b1 100644 --- a/libmount/src/version.c +++ b/libmount/src/version.c @@ -8,7 +8,7 @@ */ /** - * SECTION: version + * SECTION: version-utils * @title: Version functions * @short_description: functions to get the library version. */ diff --git a/libsmartcols/docs/libsmartcols-docs.xml b/libsmartcols/docs/libsmartcols-docs.xml index 6145ec3089..4976ba7018 100644 --- a/libsmartcols/docs/libsmartcols-docs.xml +++ b/libsmartcols/docs/libsmartcols-docs.xml @@ -42,7 +42,7 @@ available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. Misc - + diff --git a/libsmartcols/docs/libsmartcols-sections.txt b/libsmartcols/docs/libsmartcols-sections.txt index b077747832..2b8180c52a 100644 --- a/libsmartcols/docs/libsmartcols-sections.txt +++ b/libsmartcols/docs/libsmartcols-sections.txt @@ -134,7 +134,7 @@ scols_print_table_to_string
-version +version-utils scols_get_library_version scols_parse_version_string LIBSMARTCOLS_VERSION diff --git a/libsmartcols/src/version.c b/libsmartcols/src/version.c index 76ba3ec2c8..9aa4e33666 100644 --- a/libsmartcols/src/version.c +++ b/libsmartcols/src/version.c @@ -7,7 +7,7 @@ */ /** - * SECTION: version + * SECTION: version-utils * @title: Version functions * @short_description: functions to get the library version. *