Blob Blame History Raw
From 7313900c2ff46547238834a32b34b97e85c55c44 Mon Sep 17 00:00:00 2001
From: raveit65 <chat-to-me@raveit.de>
Date: Tue, 14 Feb 2017 08:09:59 +0100
Subject: [PATCH] Revert "No version in documentation install path."

This reverts commit d3cb75339554d957c23d7ace628bbda3f0dd91fa.
---
 Makefile.am           | 2 +-
 docs/Makefile.am      | 2 +-
 docs/cact/Makefile.am | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6f59574..cc2a2f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,7 @@ MAINTAINERCLEANFILES =	\
 	gtk-doc.make		\
 	$(NULL)
 
-pkgdocdir = $(datarootdir)/doc/@PACKAGE@
+pkgdocdir = $(datarootdir)/doc/@PACKAGE@-@VERSION@
 
 dist_pkgdoc_DATA =	\
 	AUTHORS								\
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 71cd83e..ab6c640 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -31,7 +31,7 @@ SUBDIRS = \
 	reference							\
 	$(NULL)
 
-pkgdocdir = $(datarootdir)/doc/@PACKAGE@
+pkgdocdir = $(datarootdir)/doc/@PACKAGE@-@VERSION@
 
 dist_pkgdoc_DATA = \
 	objects-hierarchy.odg				\
diff --git a/docs/cact/Makefile.am b/docs/cact/Makefile.am
index c5f6cde..5384e08 100644
--- a/docs/cact/Makefile.am
+++ b/docs/cact/Makefile.am
@@ -67,7 +67,7 @@ HELP_LINGUAS = de el es fr sl
 # just an empty value to be able to add something for html and pdf manuals
 MAINTAINERCLEANFILES =
 
-pkgdocdir = $(datarootdir)/doc/@PACKAGE@
+pkgdocdir = $(datarootdir)/doc/@PACKAGE@-@VERSION@
 
 # set to '-v' to be verbose (much verbose!)
 opt_verbose =
-- 
2.7.4