summaryrefslogtreecommitdiff
path: root/fml/doc/ja
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-24 08:08:01 +0000
committerfukachan <fukachan>2001-04-24 08:08:01 +0000
commit28fc596b9e70ddd1a7a583899c2600ccfce9b093 (patch)
treef9aecd2863a96b134ba9e4e63cb9aee4482d0b81 /fml/doc/ja
parentfb222533305d8d49eaebedef69fd309104433a72 (diff)
downloadfml8-28fc596b9e70ddd1a7a583899c2600ccfce9b093.tar.gz
fml8-28fc596b9e70ddd1a7a583899c2600ccfce9b093.tar.bz2
fml8-28fc596b9e70ddd1a7a583899c2600ccfce9b093.zip
enforce $TARGET_DIR to be 0755
Diffstat (limited to 'fml/doc/ja')
-rw-r--r--fml/doc/ja/tutorial/Makefile3
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)