diff options
Diffstat (limited to 'fml/bin')
| -rw-r--r-- | fml/bin/.cvsignore | 1 | ||||
| -rwxr-xr-x | fml/bin/fmlspool.in | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/fml/bin/.cvsignore b/fml/bin/.cvsignore index e6bfd1a8..0c83d7c0 100644 --- a/fml/bin/.cvsignore +++ b/fml/bin/.cvsignore @@ -4,3 +4,4 @@ fmlhtmlify fmlsch fmlthread makefml +fmlspool diff --git a/fml/bin/fmlspool.in b/fml/bin/fmlspool.in new file mode 100755 index 00000000..15e70a81 --- /dev/null +++ b/fml/bin/fmlspool.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: fmlspool.in,v 1.3 2002/04/01 23:40:53 fukachan Exp $ +# + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libexec_dir=@libexecdir@/fml + +exec $libexec_dir/fmlspool $* + +echo 'not reach here' +exit 0; |
