summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKarel Zak2009-10-12 14:14:56 +0200
committerKarel Zak2009-10-12 15:20:27 +0200
commita77bfc3a00182a26a6fd46dde971bf2688e06d63 (patch)
treed16542fbe673b9556d6b7761aa62995ccc1129d8 /.gitignore
parentswapon: fix typo on swapon.8 manpage (diff)
downloadkernel-qcow2-util-linux-a77bfc3a00182a26a6fd46dde971bf2688e06d63.tar.gz
kernel-qcow2-util-linux-a77bfc3a00182a26a6fd46dde971bf2688e06d63.tar.xz
kernel-qcow2-util-linux-a77bfc3a00182a26a6fd46dde971bf2688e06d63.zip
build-sys: clean up gtk-doc usage
Currently gtk-doc is optional. Unfortunately, the ./configure script still depends on GTK_DOC_CHECK macro and shlibs/blkid/docs/Makefile.am depends on gtk-doc.make. It seems that the best solution is to add gtk-doc.[make,m4] files to the repository. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f5d5bc5c5..a845cf2e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,6 @@ missing
libtool
.deps
.libs
-gtk-doc.make
# libtool-2 stuff -- temporary added to repository (because libtool-2.x.x is
# still not in avaialable in many Linux distributions)
@@ -47,3 +46,6 @@ gtk-doc.make
# libuuid depends on AX_TLS macro
!m4/tls.m4
+
+# GTK_DOC_CHECK depends on gtk-doc.m4
+!m4/gtk-doc.m4