summaryrefslogtreecommitdiff
path: root/fml/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-11-26 07:22:49 +0000
committerfukachan <fukachan>2002-11-26 07:22:49 +0000
commit4794bb85310b2a83ad3e2f03b68fd3704dfef957 (patch)
tree1699e4b7b7e0ec251740f21f6fafc978805fd245 /fml/bin
parent090942528d041dedcc50b8c7e437861b3d2ebffa (diff)
downloadfml8-4794bb85310b2a83ad3e2f03b68fd3704dfef957.tar.gz
fml8-4794bb85310b2a83ad3e2f03b68fd3704dfef957.tar.bz2
fml8-4794bb85310b2a83ad3e2f03b68fd3704dfef957.zip
fmlsummary program for summary file maintenance
Diffstat (limited to 'fml/bin')
-rw-r--r--fml/bin/.cvsignore1
-rwxr-xr-xfml/bin/fmlsummary.in17
2 files changed, 18 insertions, 0 deletions
diff --git a/fml/bin/.cvsignore b/fml/bin/.cvsignore
index 7c228bc7..8129345f 100644
--- a/fml/bin/.cvsignore
+++ b/fml/bin/.cvsignore
@@ -7,3 +7,4 @@ fmlthread
makefml
fmlspool
fmlalias
+fmlsummary
diff --git a/fml/bin/fmlsummary.in b/fml/bin/fmlsummary.in
new file mode 100755
index 00000000..6b9da17d
--- /dev/null
+++ b/fml/bin/fmlsummary.in
@@ -0,0 +1,17 @@
+#! @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;