blob: 39d35befb0835d574565aa46ee929ec7d90d3c3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- docs/Makefile.in.orig Sat May 5 01:25:03 2007
+++ docs/Makefile.in Sat May 5 01:25:39 2007
@@ -223,7 +223,7 @@ XSL_FILES = \
# fixxref cannot be included in XSL_FILES, because automake is touching it
# so the date is newer then the files in HTML_FILES
FIXXREF = xsl/fixxref.py
-TARGET_DIR = $(datadir)/gtk-doc/html/pygobject
+TARGET_DIR = $(prefix)/share/doc/pygobject
CSSdir = $(TARGET_DIR)
CSS_DATA = $(CSS_FILES)
XSLdir = $(datadir)/pygobject/xsl
|