[pygtksourceview] Bug 529642 – docs/Makefile.am statically assumes /usr prefix for location



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]