diff options
| author | fukachan <fukachan> | 2001-04-23 03:49:48 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-23 03:49:48 +0000 |
| commit | ba0e18cfeb166dadd0f36a56677918eb06eb5346 (patch) | |
| tree | 9a50ded6d605a716eb5b22940ebd7e874f9a2618 | |
| parent | da8854863247c66d54530f0897eab77ac7da0eeb (diff) | |
| download | fml8-ba0e18cfeb166dadd0f36a56677918eb06eb5346.tar.gz fml8-ba0e18cfeb166dadd0f36a56677918eb06eb5346.tar.bz2 fml8-ba0e18cfeb166dadd0f36a56677918eb06eb5346.zip | |
fix path
| -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 a4c10acc..222ad529 100644 --- a/fml/doc/ja/tutorial/Makefile +++ b/fml/doc/ja/tutorial/Makefile @@ -1,8 +1,8 @@ # -# $FML: Makefile,v 1.1.1.1 2001/04/22 16:17:17 fukachan Exp $ +# $FML: Makefile,v 1.2 2001/04/22 16:42:57 fukachan Exp $ # -TARGET_DIR = ../../../Documentation/ja/tutorial +TARGET_DIR = ../../../../Documentation/ja/tutorial all: export |
