diff options
| author | fukachan <fukachan> | 2001-04-23 11:40:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-23 11:40:44 +0000 |
| commit | 6bcb43a3ed58cb218a4aec9e8ae6e2281e1b3274 (patch) | |
| tree | e402d9ef6b8e9430c239d6021ac282625621f631 /fml/doc/ja/tutorial/Makefile | |
| parent | a8846ffd26b13cb8f375e0973e60d7b83d8821dd (diff) | |
| download | fml8-6bcb43a3ed58cb218a4aec9e8ae6e2281e1b3274.tar.gz fml8-6bcb43a3ed58cb218a4aec9e8ae6e2281e1b3274.tar.bz2 fml8-6bcb43a3ed58cb218a4aec9e8ae6e2281e1b3274.zip | |
re-use TMPDIR ;)
Diffstat (limited to 'fml/doc/ja/tutorial/Makefile')
| -rw-r--r-- | fml/doc/ja/tutorial/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/Makefile b/fml/doc/ja/tutorial/Makefile index 1db31b1d..51dda2cd 100644 --- a/fml/doc/ja/tutorial/Makefile +++ b/fml/doc/ja/tutorial/Makefile @@ -1,8 +1,8 @@ # -# $FML: Makefile,v 1.3 2001/04/23 03:49:48 fukachan Exp $ +# $FML: Makefile,v 1.4 2001/04/23 09:33:54 fukachan Exp $ # -TMP_DIR = +TMP_DIR = /tmp TARGET_DIR = ../../../../Documentation/ja/tutorial all: export |
