[pygtksourceview] Bug 529642 – docs/Makefile.am statically assumes /usr prefix for location
- From: Gian Mario Tagliaretti <gianmt src gnome org>
- To: svn-commits-list gnome org
- Subject: [pygtksourceview] Bug 529642 – docs/Makefile.am statically assumes /usr prefix for location
- Date: Tue, 9 Jun 2009 16:42:34 -0400 (EDT)
commit a46c84ef09327871e45795680eb0d788219920d5
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date: Tue Jun 9 22:41:28 2009 +0200
Bug 529642 â?? docs/Makefile.am statically assumes /usr prefix for location
of gtk-doc/pygtk documentation
Do not hardcode the path of pygtk docs
---
docs/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/Makefile.am b/docs/Makefile.am
index e0e9988..9e17dbe 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -72,7 +72,7 @@ build_stamp: $(REFERENCE_DEPS)reference/builddate.xml
--stringparam gtkdoc.bookname "pygtksourceview2" \
--stringparam gtkdoc.version ${REF_VERSION} \
$(HTML_STYLE) $(srcdir)/reference/gtksourceview2-ref.xml
- $(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html
+ $(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(BUILDDIR)/html
touch $@
pdf: $(REFERENCE_DEPS) reference/builddate.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]