]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: rename libs xml/version.xml to xml/version-utils.xml
authorKarel Zak <kzak@redhat.com>
Tue, 3 Jun 2014 10:37:33 +0000 (12:37 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jun 2014 10:37:33 +0000 (12:37 +0200)
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 <kzak@redhat.com>
libblkid/docs/Makefile.am
libmount/docs/libmount-docs.xml
libmount/docs/libmount-sections.txt
libmount/src/version.c
libsmartcols/docs/libsmartcols-docs.xml
libsmartcols/docs/libsmartcols-sections.txt
libsmartcols/src/version.c

index a36c8936d4a28403f62a7b1bc208bcc180502eb2..dc6dd3e5ecb020c5c497a124f0151a47a776ea87 100644 (file)
@@ -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.
index 09ebd077dfc680689e9eee33f6a5c945ce88f4f8..a95d18090e009ec455af0ff7fc52438cb001d2a6 100644 (file)
@@ -56,7 +56,7 @@ available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
     <xi:include href="xml/cache.xml"/>
     <xi:include href="xml/iter.xml"/>
     <xi:include href="xml/utils.xml"/>
-    <xi:include href="xml/version.xml"/>
+    <xi:include href="xml/version-utils.xml"/>
   </part>
   <index id="api-index-full">
     <title>API Index</title>
index 2220cf158853500d42d788df10b87915075de488..88c1f53b663f178cc28e22e12599b7d6aba28ea3 100644 (file)
@@ -376,7 +376,7 @@ mnt_unmangle
 </SECTION>
 
 <SECTION>
-<FILE>version</FILE>
+<FILE>version-utils</FILE>
 mnt_parse_version_string
 mnt_get_library_version
 mnt_get_library_features
index 7c26c255d18d9e9671a2cb04637c6179f2f5c3f3..28f3a574b12436f3852989ffb5b8087ae1bd3e20 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 /**
- * SECTION: version
+ * SECTION: version-utils
  * @title: Version functions
  * @short_description: functions to get the library version.
  */
index 6145ec3089c0dd20556c1ec9faccadc394e5754a..4976ba70183ae104064cae14e545c98355a1fcee 100644 (file)
@@ -42,7 +42,7 @@ available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
   <part>
     <title>Misc</title>
     <xi:include href="xml/iter.xml"/>
-    <xi:include href="xml/version.xml"/>
+    <xi:include href="xml/version-utils.xml"/>
     <xi:include href="xml/init.xml"/>
   </part>
   <index id="api-index-full">
index b0777478327d29afea6b74a1f13a0bddd2495061..2b8180c52a478bdc6888c8e519085b4f96781ff3 100644 (file)
@@ -134,7 +134,7 @@ scols_print_table_to_string
 </SECTION>
 
 <SECTION>
-<FILE>version</FILE>
+<FILE>version-utils</FILE>
 scols_get_library_version
 scols_parse_version_string
 LIBSMARTCOLS_VERSION
index 76ba3ec2c8b6fef750dfa383fb0457c828727585..9aa4e33666c365ebb08d4184af446f52be9b6ddc 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /**
- * SECTION: version
+ * SECTION: version-utils
  * @title: Version functions
  * @short_description: functions to get the library version.
  *