From de16a052d9a0d9c436845113bb15d1162f77cf63 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Thu, 17 Jun 2004 17:18:54 +0000 Subject: doc/Makefile.am: fixed bug #940650 => cp -dpR, removed option -p since there is no link to preserve anyway (does not exist on SunOs). --- ChangeLog | 3 +++ NEWS | 6 +++++- doc/Makefile.am | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e127d20..a7b7faa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ with mingw & cygwin. WIN32 is now always defined if _WIN32 is defined. Bug #945737 & #930338. + * doc/Makefile.am: fixed bug #940650 => cp -dpR, removed option -p since + there is no link to preserve anyway (does not exist on SunOs). + 2004-06-16 Baptiste Lepilleur diff --git a/NEWS b/NEWS index 0328beb..a81f92f 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,11 @@ * Bug Fix: - - compilation with mingw & cigwin: bug #930338 & #945737 fixed. +* Compilation: + + - Compilation: mingw & cigwin, bug #930338 & #945737 fixed. + + - Compilation: make install does not work on SunOS. Bug #940650 fixed. New in CppUnit 1.10.0 (same as 1.9.14): diff --git a/doc/Makefile.am b/doc/Makefile.am index 13ec97f..08e5a03 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -19,7 +19,7 @@ htmldir = $(pkgdatadir)/html html_DATA = $(static_pages) html/index.html install-data-hook: - cp -dpR html/* $(DESTDIR)$(htmldir) + cp -pR html/* $(DESTDIR)$(htmldir) # Automake's "distcheck" is sensitive to having files left over # after "make uninstall", so we have to clean up the install hook. -- cgit v1.2.1