summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstyluseater <styluseater>2011-09-14 19:47:30 +0000
committerstyluseater <styluseater>2011-09-14 19:47:30 +0000
commit55e8e039839641a969e3d314d6bfc9fd8c910ad7 (patch)
tree41594ab827162a6e9a887934bb2588b6c9d0fc83
parent23b3072de3bd7d50b1ebf31ac908b7988cbeb835 (diff)
downloadfontutils-55e8e039839641a969e3d314d6bfc9fd8c910ad7.tar.gz
Fix warning about datarootdir missing.
-rw-r--r--doc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 98f6caf..27d0c17 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -19,6 +19,7 @@
# For `install'.
prefix = @prefix@
infodir = @infodir@
+datarootdir = @datarootdir@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@