summaryrefslogtreecommitdiff
path: root/fml/bin/fmlhtmlify.in
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-12 15:19:52 +0000
committerfukachan <fukachan>2001-11-12 15:19:52 +0000
commit07cd4daa17e08498c1971e683e07a2e57b2e10f6 (patch)
tree5499d1a9cb61450969204182f7312d122cdbc6a2 /fml/bin/fmlhtmlify.in
parente58bd16825fa5e4ddad054d875c1ee18e8be69f3 (diff)
downloadfml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.gz
fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.tar.bz2
fml8-07cd4daa17e08498c1971e683e07a2e57b2e10f6.zip
apply configure for fml/bin/
Diffstat (limited to 'fml/bin/fmlhtmlify.in')
-rwxr-xr-xfml/bin/fmlhtmlify.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/fml/bin/fmlhtmlify.in b/fml/bin/fmlhtmlify.in
new file mode 100755
index 00000000..e46c71c0
--- /dev/null
+++ b/fml/bin/fmlhtmlify.in
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# 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: fmlhtmlify,v 1.2 2001/08/19 16:08:54 fukachan Exp $
+#
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libexec_dir=@libexecdir@/fml
+
+exec $libexec_dir/fmlhtmlify $*
+
+echo 'not reach here'
+exit 0;