summaryrefslogtreecommitdiffstats
path: root/libmount/docs
diff options
context:
space:
mode:
authorKarel Zak2012-06-26 18:42:49 +0200
committerKarel Zak2012-06-26 20:50:54 +0200
commit31a938ac38d9a6f39c64474ee73f209905b34953 (patch)
tree496db52b5ad0c17fccf9a6dfd3a790dbc6f5df8e /libmount/docs
parentbuild-sys: cleanup .gitignore files (diff)
downloadkernel-qcow2-util-linux-31a938ac38d9a6f39c64474ee73f209905b34953.tar.gz
kernel-qcow2-util-linux-31a938ac38d9a6f39c64474ee73f209905b34953.tar.xz
kernel-qcow2-util-linux-31a938ac38d9a6f39c64474ee73f209905b34953.zip
build-sys: enable libmount and libblkid docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/docs')
-rw-r--r--libmount/docs/Makefile.am12
1 files changed, 2 insertions, 10 deletions
diff --git a/libmount/docs/Makefile.am b/libmount/docs/Makefile.am
index 0f6ab95bb..2c0363f37 100644
--- a/libmount/docs/Makefile.am
+++ b/libmount/docs/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/config/include-Makefile.am
-
## Process this file with automake to produce Makefile.in
# We require automake 1.10 at least.
@@ -50,8 +48,8 @@ FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=$(ul_libmount_incdir)/libmount.h
-CFILE_GLOB=$(ul_libmount_srcdir)/*.c
+HFILE_GLOB=$(top_builddir)/libmount/src/libmount.h
+CFILE_GLOB=$(top_srcdir)/libmount/src/*.c
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
@@ -93,9 +91,3 @@ EXTRA_DIST += version.xml.in
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
DISTCLEANFILES += version.xml
-
-# Comment this out if you want your docs-status tested during 'make check'
-if ENABLE_GTK_DOC
-#TESTS_ENVIRONMENT = cd $(srcsrc)
-#TESTS = $(GTKDOC_CHECK)
-endif