c6736e9
From b4e37109d66d698772e2513c0f79e818b4235897 Mon Sep 17 00:00:00 2001
c6736e9
From: Kamil Dudka <kdudka@redhat.com>
c6736e9
Date: Mon, 20 May 2013 13:17:14 +0200
c6736e9
Subject: [PATCH] builddefs.in: use pkg version in $(PKG_DOC_DIR)
c6736e9
c6736e9
---
c6736e9
 include/builddefs.in |    2 +-
c6736e9
 1 files changed, 1 insertions(+), 1 deletions(-)
c6736e9
c6736e9
diff --git a/include/builddefs.in b/include/builddefs.in
c6736e9
index d9931db..47bfdd6 100644
c6736e9
--- a/include/builddefs.in
c6736e9
+++ b/include/builddefs.in
c6736e9
@@ -34,7 +34,7 @@ PKG_LIB_DIR	= @libdir@@libdirsuffix@
c6736e9
 PKG_DEVLIB_DIR	= @libexecdir@@libdirsuffix@
c6736e9
 PKG_INC_DIR	= @includedir@
c6736e9
 PKG_MAN_DIR	= @mandir@
c6736e9
-PKG_DOC_DIR	= @datadir@/doc/@pkg_name@
c6736e9
+PKG_DOC_DIR	= @datadir@/doc/@pkg_name@-@pkg_version@
c6736e9
 PKG_LOCALE_DIR	= @datadir@/locale
c6736e9
 
c6736e9
 CC		= @cc@
c6736e9
-- 
c6736e9
1.7.1
c6736e9