diff options
| author | fukachan <fukachan> | 2001-04-24 08:08:01 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-24 08:08:01 +0000 |
| commit | 28fc596b9e70ddd1a7a583899c2600ccfce9b093 (patch) | |
| tree | f9aecd2863a96b134ba9e4e63cb9aee4482d0b81 /fml | |
| parent | fb222533305d8d49eaebedef69fd309104433a72 (diff) | |
| download | fml8-28fc596b9e70ddd1a7a583899c2600ccfce9b093.tar.gz fml8-28fc596b9e70ddd1a7a583899c2600ccfce9b093.tar.bz2 fml8-28fc596b9e70ddd1a7a583899c2600ccfce9b093.zip | |
enforce $TARGET_DIR to be 0755
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/doc/ja/tutorial/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/Makefile b/fml/doc/ja/tutorial/Makefile index 2fd0c68d..c25e9547 100644 --- a/fml/doc/ja/tutorial/Makefile +++ b/fml/doc/ja/tutorial/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.5 2001/04/23 11:40:44 fukachan Exp $ +# $FML: Makefile,v 1.6 2001/04/23 17:28:10 fukachan Exp $ # TMP_DIR = /tmp @@ -21,4 +21,5 @@ export: html test -d $(TARGET_DIR) || mkdir $(TARGET_DIR) rsync -a fml-devel/@*/ $(TARGET_DIR)/ rsync -a ../../en/figures/*.gif $(TARGET_DIR)/ + chmod 755 $(TARGET_DIR) |
