From: billh Date: Mon, 11 Mar 2002 22:36:03 +0000 (+0000) Subject: Patch from thomasvs applied ("soon coming to a GUADEC near you"). X-Git-Tag: AT_SPI2_CORE_0_1_3~950 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb92697b5f462906fdb4ad19180543661c095687;p=platform%2Fupstream%2Fat-spi2-core.git Patch from thomasvs applied ("soon coming to a GUADEC near you"). fixes make dist from fresh checkout. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@249 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index 1ff957b..0b52bea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ New file. Explicitly allow "build sheriff" putbacks provided they are tested on Solaris. + * docs/reference/cspi/Makefile.am: + Added '-' to the "cp" command for index.sgml. + ("patch by thomasvs, soon coming to a GUADEC near you") + * configure.in: Incremented version number (0.9.0) for new release. Changed macro that checks for popt, to better detect diff --git a/docs/reference/cspi/Makefile.am b/docs/reference/cspi/Makefile.am index 2afa119..5f7c1af 100644 --- a/docs/reference/cspi/Makefile.am +++ b/docs/reference/cspi/Makefile.am @@ -151,7 +151,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local mkdir $(distdir)/html -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml - cp $(srcdir)/html/index.sgml $(distdir)/html + -cp $(srcdir)/html/index.sgml $(distdir)/html -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html images=$(HTML_IMAGES) ; \