diff options
| author | fukachan <fukachan> | 2001-04-22 16:42:57 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-22 16:42:57 +0000 |
| commit | 02d1a868bd35d0535fce6827cfab6abe19352bce (patch) | |
| tree | 3a245acc66aafa220c45fb1d1b310faf0fa0cffe /fml/doc/ja/tutorial/Makefile | |
| parent | aeff6cbc6a82e4f6055397d898cff60c7ca85172 (diff) | |
| download | fml8-02d1a868bd35d0535fce6827cfab6abe19352bce.tar.gz fml8-02d1a868bd35d0535fce6827cfab6abe19352bce.tar.bz2 fml8-02d1a868bd35d0535fce6827cfab6abe19352bce.zip | |
move figres to en/figures/
Diffstat (limited to 'fml/doc/ja/tutorial/Makefile')
| -rw-r--r-- | fml/doc/ja/tutorial/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/Makefile b/fml/doc/ja/tutorial/Makefile index aabd8c7a..a4c10acc 100644 --- a/fml/doc/ja/tutorial/Makefile +++ b/fml/doc/ja/tutorial/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.4 2001/04/22 12:45:46 fukachan Exp $ +# $FML: Makefile,v 1.1.1.1 2001/04/22 16:17:17 fukachan Exp $ # TARGET_DIR = ../../../Documentation/ja/tutorial @@ -16,4 +16,5 @@ clean: export: html rsync -a fml-devel/@*/ $(TARGET_DIR)/ - rsync -a *.gif $(TARGET_DIR)/ + rsync -a ../../en/figures/*.gif $(TARGET_DIR)/ + |
