diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-17 13:57:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-17 13:57:18 +0800 |
commit | e5c0828642000f64a4e6aa3bd88ab64c4da1d116 (patch) | |
tree | 7c0519c4f7f2072a458b17e91f1e4d4ef19d91ed /devel/py-gobject/files | |
parent | 63ef03d972a6e9c252e82c564c849aecbb58fb52 (diff) | |
download | marcuscom-ports-e5c0828642000f64a4e6aa3bd88ab64c4da1d116.tar marcuscom-ports-e5c0828642000f64a4e6aa3bd88ab64c4da1d116.tar.gz marcuscom-ports-e5c0828642000f64a4e6aa3bd88ab64c4da1d116.tar.bz2 marcuscom-ports-e5c0828642000f64a4e6aa3bd88ab64c4da1d116.tar.lz marcuscom-ports-e5c0828642000f64a4e6aa3bd88ab64c4da1d116.tar.xz marcuscom-ports-e5c0828642000f64a4e6aa3bd88ab64c4da1d116.tar.zst marcuscom-ports-e5c0828642000f64a4e6aa3bd88ab64c4da1d116.zip |
Update to 2.15.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11119 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/py-gobject/files')
-rw-r--r-- | devel/py-gobject/files/patch-docs_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-gobject/files/patch-docs_Makefile.in b/devel/py-gobject/files/patch-docs_Makefile.in new file mode 100644 index 000000000..39d35befb --- /dev/null +++ b/devel/py-gobject/files/patch-docs_Makefile.in @@ -0,0 +1,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 |