summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-11 15:05:03 -0500
committerColin Walters <walters@verbum.org>2012-01-11 15:05:03 -0500
commit58ec0d8593541ef7ae522ce42ebec6f98536c4e0 (patch)
tree444f0f196b7b29690e2b23b1c1568829a237e2c1 /configure
parentaebc2a1895f2d2f7108437b01f71792856960f45 (diff)
downloadgtk-doc-stub-58ec0d8593541ef7ae522ce42ebec6f98536c4e0.tar.gz
Move gtk-doc-make to ${datadir}/gtk-doc-devel/baserock/morph
OSTree's build process wants to auto-detect everything in ${datadir}/gtk-doc/ as documentation, but this clearly breaks if the gtk-doc makefile is in there too. Let's just move it.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8c53a5f..c8c72c8 100755
--- a/configure
+++ b/configure
@@ -54,7 +54,7 @@ bindir ?= ${bindir:-${prefix}/bin}
sbindir ?= ${sbindir:-${prefix}/sbin}
libexecdir ?= ${libexecdir:-${prefix}/libexec}
datarootdir ?= ${datarootdir:-${prefix}/share}
-datadir ?= ${datadir:-${datarootdir}}
+datadir ?= ${datadir:-${prefix}/share}
sysconfdir ?= ${sysconfdir:-${prefix}/etc}
libdir ?= ${libdir:-${prefix}/lib}
mandir ?= ${mandir:-${prefix}/share/man}