]> git.pld-linux.org Git - packages/farsight2.git/blob - farsight2-gtkdoc.patch
- 0.0.20
[packages/farsight2.git] / farsight2-gtkdoc.patch
1 diff -urN farsight2-0.0.16/common-modified/gtk-doc-plugins.mak farsight2-0.0.16.new/common-modified/gtk-doc-plugins.mak
2 --- farsight2-0.0.16/common-modified/gtk-doc-plugins.mak        2009-09-18 21:41:34.000000000 +0200
3 +++ farsight2-0.0.16.new/common-modified/gtk-doc-plugins.mak    2009-12-30 14:08:43.318386410 +0100
4 @@ -249,7 +249,7 @@
5         test "x$(HTML_IMAGES)" = "x" || for i in "" $(HTML_IMAGES) ; do \
6             if test "$$i" != ""; then cp $(srcdir)/$$i html ; fi; done
7         @echo '-- Fixing Crossreferences' 
8 -       gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
9 +       gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
10         touch html-build.stamp
11  
12  clean-local-gtkdoc:
This page took 0.053626 seconds and 3 git commands to generate.