diff options
| author | fukachan <fukachan> | 2013-04-14 05:13:12 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2013-04-14 05:13:12 +0000 |
| commit | 479f4b506777654c55981373cba1ecb42a6e97e0 (patch) | |
| tree | a1957e0c2636ad63f3bbe1719f7cccb31b45f741 | |
| parent | b639ee71e8898a99e85f0623f13498035921cde0 (diff) | |
| download | fml8-479f4b506777654c55981373cba1ecb42a6e97e0.tar.gz fml8-479f4b506777654c55981373cba1ecb42a6e97e0.tar.bz2 fml8-479f4b506777654c55981373cba1ecb42a6e97e0.zip | |
fml/utils/bin/sgml_compile.sh: inherit FML_DSL environmental variable
if exists, enhanced to catch up www.fml.org framework changes.
| -rw-r--r-- | CHANGES.txt | 8 | ||||
| -rwxr-xr-x | fml/utils/bin/sgml_compile.sh | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c79d53f6..f107faa8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -49,6 +49,12 @@ 2004/09 以降の fml8 は疑似 MTA 的な動作をしていて、自分のメー ルキューイングシステムを使ってエラー処理や再送処理を行ないます。 +2013/04/14 + + fml/utils/bin/sgml_compile.sh + inherit FML_DSL environmental variable if exists, + enhanced to catch up www.fml.org framework changes. + 2012/12/30 FML::Process::Calendar catch up perl changes: defined(hashes and arrays) is @@ -10655,4 +10661,4 @@ このファイルを創設する:) -$FML: CHANGES.txt,v 1.333 2012/12/13 13:47:34 fukachan Exp $ +$FML: CHANGES.txt,v 1.334 2012/12/30 10:02:53 fukachan Exp $ diff --git a/fml/utils/bin/sgml_compile.sh b/fml/utils/bin/sgml_compile.sh index 8b435668..ef9a53a8 100755 --- a/fml/utils/bin/sgml_compile.sh +++ b/fml/utils/bin/sgml_compile.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FML$ +# $FML: sgml_compile.sh,v 1.1 2005/06/25 10:03:38 fukachan Exp $ # # @@ -84,7 +84,7 @@ if [ "X$mode" = "Xhtml" -o "X$mode" = "Xonehtml" ];then -t sgml \ -c $fml_catalog_path \ -d $dsssl#$mode \ - -d $fml_sgml_dir/fml.dsl \ + -d ${FML_DSL:-$fml_sgml_dir/fml.dsl} \ > $out_html < $source elif [ "X$mode" = "Xlynx" ];then |
