From: Eric Leblond Date: Mon, 17 Sep 2012 09:11:47 +0000 (+0200) Subject: autotools: fix doc install on old systems. X-Git-Tag: suricata-1.4beta2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F73%2Fhead;p=thirdparty%2Fsuricata.git autotools: fix doc install on old systems. --- 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}