summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-02-01 12:35:44 +0000
committerfukachan <fukachan>2006-02-01 12:35:44 +0000
commitf40747099e2565f5a2c6bf8fe7f88fd562c3ac65 (patch)
tree36b19bad647fdecc5cd08d05c2a8364237192602 /fml/etc
parent7667cc07daa48ad5773c3af2848dad990a5c9ab4 (diff)
downloadfml8-f40747099e2565f5a2c6bf8fe7f88fd562c3ac65.tar.gz
fml8-f40747099e2565f5a2c6bf8fe7f88fd562c3ac65.tar.bz2
fml8-f40747099e2565f5a2c6bf8fe7f88fd562c3ac65.zip
fmlproj, yet another demo
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/command_line_options3
-rw-r--r--fml/etc/install.cf.in3
-rw-r--r--fml/etc/modules3
3 files changed, 6 insertions, 3 deletions
diff --git a/fml/etc/command_line_options b/fml/etc/command_line_options
index 990943d9..8aca20a6 100644
--- a/fml/etc/command_line_options
+++ b/fml/etc/command_line_options
@@ -1,5 +1,5 @@
#
-# $FML: command_line_options,v 1.17 2005/05/29 08:18:03 fukachan Exp $
+# $FML: command_line_options,v 1.18 2005/06/03 05:10:18 fukachan Exp $
#
# map between programs and options
#
@@ -49,6 +49,7 @@ menu.cgi
# demo
fmlsch debug! help! -D=s -F=s -m=s a! h! -o=s%
fmlsch.cgi
+fmlproj debug! html! csv!
# compatibility
fml.pl ctladdr! debug! help! -c=s -o=s%
diff --git a/fml/etc/install.cf.in b/fml/etc/install.cf.in
index e3eba2ab..2555d889 100644
--- a/fml/etc/install.cf.in
+++ b/fml/etc/install.cf.in
@@ -3,7 +3,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: install.cf.in,v 1.19 2005/05/29 08:19:53 fukachan Exp $
+# $FML: install.cf.in,v 1.20 2005/06/03 05:41:52 fukachan Exp $
#
@@ -104,6 +104,7 @@ bin_programs = fml
fmlconf
makefml
fmlsch
+ fmlproj
fmlhtmlify
fmlpgp
fmlpgp5
diff --git a/fml/etc/modules b/fml/etc/modules
index 2798ad6f..e4b4808c 100644
--- a/fml/etc/modules
+++ b/fml/etc/modules
@@ -1,5 +1,5 @@
#
-# $FML: modules,v 1.13 2005/05/29 08:18:03 fukachan Exp $
+# $FML: modules,v 1.14 2005/06/03 05:10:18 fukachan Exp $
#
# map between programs and modules (like /etc/name_to_sysnum on solaris ?)
#
@@ -70,3 +70,4 @@ loader__--ctladdr FML::Process::Command
# demo
fmlsch FML::Process::Calendar
fmlsch.cgi FML::CGI::Calendar
+fmlproj FML::Process::Project