From 1d91c39268317a821d7512a1f6f6915ee4c2f013 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Mon, 26 Nov 2007 16:00:03 +0000
Subject: [PATCH] Revert "Remove extra docdir variable from Makefile.am"

This reverts commit 397, as the support in autoconf for docdir is
present since 2.59c, and this is too new for some distributions.

Reviewed-by: imsnah
---
 doc/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4954972c4..4aedb1501 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,5 @@
+docdir = $(datadir)/doc/$(PACKAGE)
+
 SUBDIRS = examples
 dist_doc_DATA = \
   hooks.html hooks.pdf \
-- 
GitLab