From badbe2d1fcc3d8285242b644598911f3f21abe4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 20 Aug 2007 08:21:44 +0000 Subject: [PATCH] Release 3-2-4 with tag: REL_mrw-c++-3-2-4 --- mrw/makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mrw/makefile.am b/mrw/makefile.am index 6caa1f4..b9bb460 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -386,7 +386,8 @@ $(html_DATA): doxyfile *.[ch]pp $(deps) style.css head.html foot.html test -d $(top_builddir)/doc/html || mkdir -p $(top_builddir)/doc/html @test -f $(top_builddir)/doc/html/hintergrund.png || \ cp $(srcdir)/hintergrund.png \ - $(top_builddir)/doc/html + $(top_builddir)/doc/html && \ + chmod u+w $(top_builddir)/doc/html/hintergrund.png doxygen doxyfile || \ ( echo "**** ERROR in Doxygen ****" && cat doxygen.errors && false ) if PEDANTIC