forked from lix-project/lix
* Ugh. Darwin's chmod insists that flags come before the mode
specification.
This commit is contained in:
parent
6ac237e242
commit
601a8eab79
|
@ -70,7 +70,7 @@ images:
|
||||||
cp $(docbookxsl)/images/*.png images
|
cp $(docbookxsl)/images/*.png images
|
||||||
mkdir images/callouts
|
mkdir images/callouts
|
||||||
cp $(docbookxsl)/images/callouts/*.png 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
|
KEEP = manual.html manual.is-valid version.txt $(MANS) NEWS.html NEWS.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue