summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/devel/create_program.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-09-28 11:05:48 +0000
committerfukachan <fukachan>2005-09-28 11:05:48 +0000
commit8ff58391fa2519616abc3fdc8929f9c8cafbb9a0 (patch)
tree17a189889db62f1608b4e92023f320153bf0f976 /fml/doc/en/tutorial/devel/create_program.sgml
parentd4c6b7a0d8d7d8d7bfffee7d1f2d8c15950bc194 (diff)
downloadfml8-8ff58391fa2519616abc3fdc8929f9c8cafbb9a0.tar.gz
fml8-8ff58391fa2519616abc3fdc8929f9c8cafbb9a0.tar.bz2
fml8-8ff58391fa2519616abc3fdc8929f9c8cafbb9a0.zip
clean up
Diffstat (limited to 'fml/doc/en/tutorial/devel/create_program.sgml')
-rw-r--r--fml/doc/en/tutorial/devel/create_program.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/fml/doc/en/tutorial/devel/create_program.sgml b/fml/doc/en/tutorial/devel/create_program.sgml
index 4a8a91ac..a9b05591 100644
--- a/fml/doc/en/tutorial/devel/create_program.sgml
+++ b/fml/doc/en/tutorial/devel/create_program.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: create_program.sgml,v 1.2 2003/08/02 14:53:24 fukachan Exp $
+ $FML: create_program.sgml,v 1.3 2005/09/25 04:27:17 fukachan Exp $
$jaFML: create_program.sgml,v 1.6 2003/04/15 14:51:38 fukachan Exp $
-->
@@ -78,7 +78,8 @@ lrwxr-xr-x 1 root wheel 6 Apr 14 18:25 mead@ -> loader
</screen>
As a test, you symlink it explicitly. For the canonical programs, fml
installer symlinks them according to fml/etc/install.cf. You need to
-define the program as $bin_programs or $exec_programs in install.cf.in.
+define the program as $bin_programs or $exec_programs in install.cf.in
+(configure generates install.cf).
</para>
</sect1>
@@ -107,7 +108,7 @@ These modules have the following relation.
</para>
<para>
-How to write CGI programs is same as one of CUI. CUI modules locate
+How to write CGI programs is same as one of CUI. GUI modules locate
under FML::CGI to clarify the difference between CUI and GUI.
</para>