From 794bfc590c7342489dc337ee6c5e6ccab72be1c0 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 17 Sep 2012 11:11:47 +0200 Subject: [PATCH] autotools: fix doc install on old systems. --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 0cf6572965..e507b07b0e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,4 +30,5 @@ Ubuntu_Installation.txt \ Ubuntu_Installation_from_GIT.txt \ Windows.txt +docdir = ${datarootdir}/doc/${PACKAGE} dist_doc_DATA = ${EXTRA_DIST} -- 2.47.2