diff options
Diffstat (limited to 'meta/packages/gypsy/files/fixups.patch')
| -rw-r--r-- | meta/packages/gypsy/files/fixups.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/gypsy/files/fixups.patch b/meta/packages/gypsy/files/fixups.patch new file mode 100644 index 0000000000..8bc8c5cbac --- /dev/null +++ b/meta/packages/gypsy/files/fixups.patch | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | --- | ||
| 2 | docs/reference/Makefile.am | 2 ++ | ||
| 3 | 1 file changed, 2 insertions(+) | ||
| 4 | |||
| 5 | --- gypsy.orig/docs/reference/Makefile.am | ||
| 6 | +++ gypsy/docs/reference/Makefile.am | ||
| 7 | @@ -81,10 +81,12 @@ expand_content_files= | ||
| 8 | # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) | ||
| 9 | |||
| 10 | INCLUDES=-I$(top_srcdir) $(GYPSY_CFLAGS) | ||
| 11 | GTKDOC_LIBS=$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS) | ||
| 12 | |||
| 13 | +EXTRA_DIST = | ||
| 14 | +CLEANFILES = | ||
| 15 | # This includes the standard gtk-doc make rules, copied by gtkdocize. | ||
| 16 | include $(top_srcdir)/gtk-doc.make | ||
| 17 | |||
| 18 | # Other files to distribute | ||
| 19 | # e.g. EXTRA_DIST += version.xml.in | ||
