summaryrefslogtreecommitdiff
path: root/fml/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-03-14 12:46:50 +0000
committerfukachan <fukachan>2003-03-14 12:46:50 +0000
commit88cc16315f23339268e1fc6d07ecfd3afd71a13e (patch)
treec570150db2196f949aa9e8e8316e1881d2c98d90 /fml/bin
parentd71f8fd15b2c651bc39e3e05a35dc9e8172516f5 (diff)
downloadfml8-88cc16315f23339268e1fc6d07ecfd3afd71a13e.tar.gz
fml8-88cc16315f23339268e1fc6d07ecfd3afd71a13e.tar.bz2
fml8-88cc16315f23339268e1fc6d07ecfd3afd71a13e.zip
obsolete. moved to makefml command
Diffstat (limited to 'fml/bin')
-rwxr-xr-xfml/bin/fmlerror.in17
-rwxr-xr-xfml/bin/fmlsummary.in17
2 files changed, 0 insertions, 34 deletions
diff --git a/fml/bin/fmlerror.in b/fml/bin/fmlerror.in
deleted file mode 100755
index d73a46d5..00000000
--- a/fml/bin/fmlerror.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#! @SHELL@
-#
-# Copyright (C) 2003 Ken'ichi Fukamachi
-# All rights reserved. This program is free software; you can
-# redistribute it and/or modify it under the same terms as Perl itself.
-#
-# $FML: fmlerror.in,v 1.1 2002/11/07 10:53:53 fukachan Exp $
-#
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libexec_dir=@libexecdir@/fml
-
-exec $libexec_dir/fmlerror $*
-
-echo 'not reach here'
-exit 0;
diff --git a/fml/bin/fmlsummary.in b/fml/bin/fmlsummary.in
deleted file mode 100755
index 6b9da17d..00000000
--- a/fml/bin/fmlsummary.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#! @SHELL@
-#
-# Copyright (C) 2001 Ken'ichi Fukamachi
-# All rights reserved. This program is free software; you can
-# redistribute it and/or modify it under the same terms as Perl itself.
-#
-# $FML: fmlsummary.in,v 1.1 2002/04/25 04:46:08 fukachan Exp $
-#
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libexec_dir=@libexecdir@/fml
-
-exec $libexec_dir/fmlsummary $*
-
-echo 'not reach here'
-exit 0;