patches/libgmime-01-fixxref-modules.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17547 0f5ed96120b4
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17506
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     1
diff -ruN gmime-2.5.0.orig/docs/reference/Makefile.am gmime-2.5.0/docs/reference/Makefile.am
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     2
--- gmime-2.5.0.orig/docs/reference/Makefile.am	2010-02-02 20:04:19.066806600 +0000
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     3
+++ gmime-2.5.0/docs/reference/Makefile.am	2010-02-02 20:04:34.204663800 +0000
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     4
@@ -64,7 +64,7 @@
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     5
 	gmime-events.h
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     6
 
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     7
 # Extra options to supply to gtkdoc-fixref
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     8
-FIXXREF_OPTIONS = 
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
     9
+FIXXREF_OPTIONS = --module=$(DOC_MODULE)
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
    10
 
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
    11
 include $(top_srcdir)/gtk-doc.make
6467c6c13d52 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 17483
diff changeset
    12