From 12f75439552d56f41f0ed9f2e98b9b8fc92c0a2e Mon Sep 17 00:00:00 2001 From: mes5k Date: Sat, 26 Sep 2009 21:15:50 +0000 Subject: [PATCH] added a definition for docdir, which doesnt exist for old versions of automake --- docs/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index b5c316c..63d06fc 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -12,6 +12,7 @@ endif EXTRA_DIST = manual.xml dist_doc_DATA = index.html manual.html style.css +docdir = ${datadir}/doc/${PACKAGE} install-data-local : $(MKDIR_P) $(DESTDIR)$(docdir)