Patch from thomasvs applied ("soon coming to a GUADEC near you").
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 11 Mar 2002 22:36:03 +0000 (22:36 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 11 Mar 2002 22:36:03 +0000 (22:36 +0000)
fixes make dist from fresh checkout.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@249 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
docs/reference/cspi/Makefile.am

index 1ff957b..0b52bea 100644 (file)
--- 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
index 2afa119..5f7c1af 100644 (file)
@@ -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) ;                 \