diff options
| author | fukachan <fukachan> | 2001-04-30 13:34:16 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-30 13:34:16 +0000 |
| commit | 12059d51b53964f2397d7b9e72a32f2becc85603 (patch) | |
| tree | 81e39067f8c8d9fd823c5dc449266b333de12b53 /fml/etc/Makefile | |
| parent | 5ffde024869a33f3509ea6a6a29fef49311d1b09 (diff) | |
| download | fml8-12059d51b53964f2397d7b9e72a32f2becc85603.tar.gz fml8-12059d51b53964f2397d7b9e72a32f2becc85603.tar.bz2 fml8-12059d51b53964f2397d7b9e72a32f2becc85603.zip | |
fix path
Diffstat (limited to 'fml/etc/Makefile')
| -rw-r--r-- | fml/etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/etc/Makefile b/fml/etc/Makefile index 97e088a4..1e9b5907 100644 --- a/fml/etc/Makefile +++ b/fml/etc/Makefile @@ -1,10 +1,10 @@ # -# $FML$ +# $FML: Makefile,v 1.6 2001/04/30 10:21:44 fukachan Exp $ # TARGET_DIR = ../../Documentation/ja/etc -CONV = $(PERL) ../../doc/bin/text2html.pl +CONV = $(PERL) ../../fml/utils/bin/text2html.pl all: default_config.cf.ja html |
