diff options
-rw-r--r-- | databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in index 2cbc91ac5..84ae29c85 100644 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in @@ -1,6 +1,6 @@ ---- docs/reference/camel/Makefile.in.orig 2009-04-17 01:03:20.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2009-04-17 01:04:39.000000000 +0200 -@@ -132,7 +132,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI +--- docs/reference/camel/Makefile.in.orig 2009-07-06 00:29:45.000000000 -0400 ++++ docs/reference/camel/Makefile.in 2009-07-06 12:37:38.000000000 -0400 +@@ -127,7 +127,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ HAVE_JW = @HAVE_JW@ @@ -9,4 +9,14 @@ ICONV_CFLAGS = @ICONV_CFLAGS@ ICONV_LIBS = @ICONV_LIBS@ IDL_INCLUDES = @IDL_INCLUDES@ +@@ -712,8 +712,9 @@ install-data-local: + mv -f $${installdir}/$(DOC_MODULE).devhelp \ + $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ + fi; \ +- $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ ++ cp -R html/* $(HTML_DIR)/camel; \ + fi ++# $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ + uninstall-local: + @if test -n "$(DOC_MODULE_VERSION)"; then \ |