[______TOC_______] [NEXT CHAPTER]
1 Overview


1.1	help


run "makefml help".

% makefml help

   makefml command arguments         what
   ---------------------------------------------------------

   makefml info                      show this message
   makefml install                   Install the fml system

       ... snip ...


1.2	menu of "makefml config"


You can set ENVIRONMENTAL VARIABLE to enforce makefml shows menu in
Japanse. Try this.


bourne shell, bash

~/.profile ~/.bash_profile (?)

  MAKEFML_LANG=euc; export MAKEFML_LANG


csh, tcsh

~/.cshrc ~/.tcshrc
  setenv MAKEFML_LANG euc

1.3	lock


run shell-script under lock.

% makefml lock elena -e shell-script


lock elena ML in 30 sec.

% makefml lock elena 30
DO "lock 30" for elena mailing list.

   makefml[10594] succeeded to lock elena
   I sleep for 30 seconds after now.
   Please interrupt this by CONTROL-C to stop this lock


If you can see "succeeded to lock elena", elena ML is locked.
Please do your work!


1.4	GUI menu fo rfml?


fml 4.0 has CGI interface.

[______TOC_______] [NEXT CHAPTER]