From 601a8eab79bd2822235bcf508574be668a036f18 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 1 Aug 2006 12:00:37 +0000 Subject: * Ugh. Darwin's chmod insists that flags come before the mode specification. --- doc/manual/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual/Makefile.am') diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 7df247a57e45..079872f64431 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -70,7 +70,7 @@ images: cp $(docbookxsl)/images/*.png images mkdir images/callouts cp $(docbookxsl)/images/callouts/*.png images/callouts - chmod +w -R images + chmod -R +w images KEEP = manual.html manual.is-valid version.txt $(MANS) NEWS.html NEWS.txt -- cgit 1.4.1