[pygobject] Fix documentation installation directory



commit ecea2358a379c8ff44dff2f8f9c30a9092af1681
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Sep 7 10:38:28 2011 +0200

    Fix documentation installation directory
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657054

 docs/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ad68613..82aef9f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,3 +1,4 @@
+PLATFORM_VERSION = 3.0
 REF_VERSION = $(PYGOBJECT_MAJOR_VERSION).$(PYGOBJECT_MINOR_VERSION)
 FULL_VERSION = $(REF_VERSION).$(PYGOBJECT_MICRO_VERSION)
 
@@ -52,7 +53,7 @@ XSL_FILES =			\
 # so the date is newer then the files in HTML_FILES
 FIXXREF = xsl/fixxref.py
 
-TARGET_DIR = $(datadir)/gtk-doc/html/pygobject
+TARGET_DIR = $(datadir)/gtk-doc/html/pygobject-$(PLATFORM_VERSION)
 CSSdir = $(TARGET_DIR)
 CSS_DATA = $(CSS_FILES)
 
@@ -75,7 +76,7 @@ uninstall-local:
 	rm -f $(DESTDIR)$(TARGET_DIR)/*
 
 
-XSLdir = $(datadir)/pygobject/xsl
+XSLdir = $(datadir)/pygobject-$(PLATFORM_VERSION)/xsl
 XSL_DATA = $(XSL_FILES) $(FIXXREF)
 
 EXTRA_DIST = 		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]