diff options
author | Karel Zak | 2011-07-27 14:22:36 +0200 |
---|---|---|
committer | Karel Zak | 2011-07-27 14:22:36 +0200 |
commit | 3fe1b06aba1e7cbb0e13e4bca83e9838a3727eed (patch) | |
tree | d0f6d2b523c77c764af76e678c1d39f6e4b0ee76 /libblkid | |
parent | build-sys: enable mountpoint, add dependence on libmout (diff) | |
download | kernel-qcow2-util-linux-3fe1b06aba1e7cbb0e13e4bca83e9838a3727eed.tar.gz kernel-qcow2-util-linux-3fe1b06aba1e7cbb0e13e4bca83e9838a3727eed.tar.xz kernel-qcow2-util-linux-3fe1b06aba1e7cbb0e13e4bca83e9838a3727eed.zip |
build-sys: fix gtk-doc distclean
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libblkid')
-rw-r--r-- | libblkid/docs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libblkid/docs/Makefile.am b/libblkid/docs/Makefile.am index eb84f7905..b8c8f4094 100644 --- a/libblkid/docs/Makefile.am +++ b/libblkid/docs/Makefile.am @@ -87,12 +87,12 @@ include $(top_srcdir)/config/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += version.xml.in +EXTRA_DIST += version.xml.in $(srcdir)/libblkid-config.xml # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt -#DISTCLEANFILES += +DISTCLEANFILES += version.xml # Comment this out if you want your docs-status tested during 'make check' if ENABLE_GTK_DOC |