[fenix] 33/127: Added fenix executable and corrected man page

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit b8f6173b4ec773953ef796f654092b6dc0b6be45
Author: Miriam Ruiz <miriam at debian.org>
Date:   Tue Jul 31 07:44:03 2007 +0000

    Added fenix executable and corrected man page
---
 debian/fenix.1  | 2 ++
 debian/fenix.sh | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/fenix.1 b/debian/fenix.1
index 09f2d1c..35607b8 100644
--- a/debian/fenix.1
+++ b/debian/fenix.1
@@ -44,6 +44,8 @@ Fenix consists of the following programs:
   * fenix\-fxi \- interpreter
   * fenix\-fpg \- create packages of multiple images
   * fenix\-map \- convert images to fenix native format (map)
+
+Aditionally, a binary program called just fenix will compile the game and execute the resulting bytecode "on the fly".
 .SH "SEE ALSO"
 .BR fenix\-fxc (1),
 .BR fenix\-fxi (1),
diff --git a/debian/fenix.sh b/debian/fenix.sh
new file mode 100755
index 0000000..c9545ff
--- /dev/null
+++ b/debian/fenix.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+fenix-fxc "$@" -o - | fenix-fxi -

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list