patches/gimp-04-fixxref-modules.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 20034 4251b5607974
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:
20034
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     1
--- gimp-2.6.7.orig/devel-docs/libgimpcolor/Makefile.am 2010-02-02 23:14:26.461012598 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     2
+++ gimp-2.6.7/devel-docs/libgimpcolor/Makefile.am      2010-02-02 23:21:59.780445729 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     3
@@ -19,7 +19,7 @@
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     4
 MKDB_OPTIONS = --sgml-mode --output-format=xml
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     5
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     6
 # Extra options to supply to gtkdoc-fixref
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     7
-FIXXREF_OPTIONS =
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     8
+FIXXREF_OPTIONS = --module=$(DOC_MODULE)
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     9
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    10
 # Used for dependencies
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    11
 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    12
--- gimp-2.6.7.orig/devel-docs/libgimpconfig/Makefile.am        2010-02-02 23:14:26.466912830 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    13
+++ gimp-2.6.7/devel-docs/libgimpconfig/Makefile.am     2010-02-02 23:24:39.683453712 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    14
@@ -19,7 +19,7 @@
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    15
 MKDB_OPTIONS = --sgml-mode --output-format=xml
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    16
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    17
 # Extra options to supply to gtkdoc-fixref
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    18
-FIXXREF_OPTIONS = --extra-dir=../libgimpbase/html --extra-dir=../libgimpcolor/html --extra-dir=../libgimpmath/html
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    19
+FIXXREF_OPTIONS = --extra-dir=../libgimpbase/html --extra-dir=../libgimpcolor/html --extra-dir=../libgimpmath/html --module=$(DOC_MODULE)
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    20
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    21
 # Used for dependencies
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    22
 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    23
--- gimp-2.6.7.orig/devel-docs/libgimpmath/Makefile.am  2010-02-02 23:14:26.477266439 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    24
+++ gimp-2.6.7/devel-docs/libgimpmath/Makefile.am       2010-02-02 23:26:08.651249656 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    25
@@ -19,7 +19,7 @@
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    26
 MKDB_OPTIONS = --sgml-mode --output-format=xml
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    27
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    28
 # Extra options to supply to gtkdoc-fixref
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    29
-FIXXREF_OPTIONS =
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    30
+FIXXREF_OPTIONS = --module=$(DOC_MODULE)
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    31
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    32
 # Used for dependencies
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    33
 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    34
--- gimp-2.6.7.orig/devel-docs/libgimpmodule/Makefile.am        2010-02-02 23:14:26.583459855 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    35
+++ gimp-2.6.7/devel-docs/libgimpmodule/Makefile.am     2010-02-02 23:28:35.139822019 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    36
@@ -19,7 +19,7 @@
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    37
 MKDB_OPTIONS = --sgml-mode --output-format=xml
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    38
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    39
 # Extra options to supply to gtkdoc-fixref
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    40
-FIXXREF_OPTIONS =
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    41
+FIXXREF_OPTIONS = --module=$(DOC_MODULE)
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    42
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    43
 # Used for dependencies
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    44
 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    45
--- gimp-2.6.7.orig/devel-docs/libgimpthumb/Makefile.am 2010-02-02 23:14:26.485150690 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    46
+++ gimp-2.6.7/devel-docs/libgimpthumb/Makefile.am      2010-02-02 23:30:11.674878664 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    47
@@ -19,7 +19,7 @@
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    48
 MKDB_OPTIONS = --sgml-mode --output-format=xml
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    49
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    50
 # Extra options to supply to gtkdoc-fixref
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    51
-FIXXREF_OPTIONS = --extra-dir=../libgimpmath/html
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    52
+FIXXREF_OPTIONS = --extra-dir=../libgimpmath/html --module=$(DOC_MODULE)
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    53
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    54
 # Used for dependencies
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    55
 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    56
--- gimp-2.6.7.orig/devel-docs/libgimp/Makefile.am      2010-02-02 23:14:26.419121473 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    57
+++ gimp-2.6.7/devel-docs/libgimp/Makefile.am   2010-02-03 00:01:27.831794111 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    58
@@ -19,7 +19,7 @@
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    59
 MKDB_OPTIONS = --sgml-mode --output-format=xml
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    60
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    61
 # Extra options to supply to gtkdoc-fixref
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    62
-FIXXREF_OPTIONS = --extra-dir=../libgimpbase/html --extra-dir=../libgimpcolor/html --extra-dir=../libgimpconfig/html --extra-dir=../libgimpmath/html --extra-dir=../libgimpwidgets/html
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    63
+FIXXREF_OPTIONS = --extra-dir=../libgimpbase/html --extra-dir=../libgimpcolor/html --extra-dir=../libgimpconfig/html --extra-dir=../libgimpmath/html --extra-dir=../libgimpwidgets/html --module=$(DOC_MODULE)
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    64
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    65
 # Used for dependencies
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    66
 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    67
--- gimp-2.6.7.orig/devel-docs/libgimpwidgets/Makefile.am       2010-02-02 23:14:26.507928484 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    68
+++ gimp-2.6.7/devel-docs/libgimpwidgets/Makefile.am    2010-02-02 23:58:24.512228368 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    69
@@ -19,7 +19,7 @@
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    70
 MKDB_OPTIONS = --sgml-mode --output-format=xml
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    71
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    72
 # Extra options to supply to gtkdoc-fixref
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    73
-FIXXREF_OPTIONS = --extra-dir=../libgimpbase/html --extra-dir=../libgimpcolor/html --extra-dir=../libgimpconfig/html --extra-dir=../libgimpmath/html --extra-dir=../libgimp/html
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    74
+FIXXREF_OPTIONS = --extra-dir=../libgimpbase/html --extra-dir=../libgimpcolor/html --extra-dir=../libgimpconfig/html --extra-dir=../libgimpmath/html --extra-dir=../libgimp/html --module=$(DOC_MODULE)
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    75
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    76
 # Used for dependencies
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    77
 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    78
diff -ruN gimp-2.6.7.orig/devel-docs/libgimpbase/Makefile.am gimp-2.6.7/devel-docs/libgimpbase/Makefile.am
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    79
--- gimp-2.6.7.orig/devel-docs/libgimpbase/Makefile.am	2010-02-03 00:58:49.609993900 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    80
+++ gimp-2.6.7/devel-docs/libgimpbase/Makefile.am	2010-02-03 00:59:28.149825100 +0000
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    81
@@ -19,7 +19,7 @@
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    82
 MKDB_OPTIONS = --sgml-mode --output-format=xml
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    83
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    84
 # Extra options to supply to gtkdoc-fixref
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    85
-FIXXREF_OPTIONS =
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    86
+FIXXREF_OPTIONS = --module=$(DOC_MODULE)
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    87
 
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    88
 # Used for dependencies
4251b5607974 2010-08-31 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    89
 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h