File: 03_doc-build.patch

package info (click to toggle)
gnome-python-extras 2.25.3-13
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,784 kB
  • ctags: 684
  • sloc: sh: 9,202; ansic: 5,031; xml: 1,382; python: 771; makefile: 464
file content (36 lines) | stat: -rw-r--r-- 1,892 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=574762

Index: gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.am
===================================================================
--- gnome-python-extras-2.25.3.orig/docs/gtkmozembed/Makefile.am	2009-03-10 14:15:20.504952345 +0100
+++ gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.am	2009-03-10 14:16:08.250574762 +0100
@@ -50,10 +50,10 @@ builddate.xml: $(REFERENCE_DEPS)
 
 build_stamp: $(REFERENCE_DEPS)builddate.xml
 	xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \
-		 --path $(BUILDDIR):$(srcdir)/gtkmozembed \
+		 --path $(BUILDDIR):$(srcdir) \
                  --stringparam gtkdoc.bookname "pygtkmozembed" \
                  --stringparam gtkdoc.version ${REF_VERSION} \
-                 $(HTML_STYLE) $(srcdir)/gtkmozembed/gtkmozembed-classes.xml
+                 $(HTML_STYLE) $(srcdir)/gtkmozembed-classes.xml
 	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
 	touch $@
 endif
Index: gnome-python-extras-2.25.3/docs/gtkspell/Makefile.am
===================================================================
--- gnome-python-extras-2.25.3.orig/docs/gtkspell/Makefile.am	2009-03-10 14:16:14.756951411 +0100
+++ gnome-python-extras-2.25.3/docs/gtkspell/Makefile.am	2009-03-10 14:16:36.922578048 +0100
@@ -50,10 +50,10 @@ builddate.xml: $(REFERENCE_DEPS)
 
 build_stamp: $(REFERENCE_DEPS)builddate.xml
 	xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \
-		 --path $(BUILDDIR):$(srcdir)/gtkspell \
+		 --path $(BUILDDIR):$(srcdir) \
                  --stringparam gtkdoc.bookname "pygtkspell" \
                  --stringparam gtkdoc.version ${REF_VERSION} \
-                 $(HTML_STYLE) $(srcdir)/gtkspell/gtkspell-classes.xml
+                 $(HTML_STYLE) $(srcdir)/gtkspell-classes.xml
 	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
 	touch $@
 endif