• R/O
  • SSH
  • HTTPS

amb: Commit


Commit MetaInfo

Revisión210 (tree)
Tiempo2021-01-20 19:13:58
Autormateuszviste

Log Message

es support

Cambiar Resumen

Diferencia incremental

--- samples/fdhelp2amb/build.sh (revision 209)
+++ samples/fdhelp2amb/build.sh (revision 210)
@@ -19,6 +19,8 @@
1919 CODEPAGE="850"
2020 elif [ "$1" == "de" ] ; then
2121 CODEPAGE="850"
22+elif [ "$1" == "es" ] ; then
23+CODEPAGE="850"
2224 else
2325 CODEPAGE="437"
2426 fi
@@ -77,6 +79,7 @@
7779 if [ "$fname" == "help/$LANG/hhstndrd/other/cpidos.htm" ] ; then ama="_othcpid.ama" ; fi
7880 if [ "$fname" == "help/$LANG/hhstndrd/other/kpdos.htm" ] ; then ama="_othkpdo.ama" ; fi
7981 if [ "$fname" == "help/$LANG/hhstndrd/util/index.htm" ] ; then ama="_util.ama" ; fi
82+ if [ "$fname" == "help/$LANG/hhstndrd/authors/MIST_DEL.htm" ] ; then ama="_mistdel.ama" ; fi
8083
8184 # prefix ama fname with target directory
8285 ama="$OUTDIR/$ama"
Show on old repository browser