From de1039d531d1bbc3dfd038a587d7306f7e42682c Mon Sep 17 00:00:00 2001
From: kramm <kramm>
Date: Thu, 6 Feb 2003 12:12:01 +0000
Subject: [PATCH] initial revision

---
 src/.cvsignore |    1 +
 src/swfc.1     |   28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 src/.cvsignore
 create mode 100644 src/swfc.1

diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..f958097
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1 @@
+*.sc
diff --git a/src/swfc.1 b/src/swfc.1
new file mode 100644
index 0000000..b40f2d3
--- /dev/null
+++ b/src/swfc.1
@@ -0,0 +1,28 @@
+.TH swfc "1" "January 2003" "swfc" "swftools"
+.SH NAME
+swfc - compile .sc files to swf.
+.SH Synopsis
+.B swfc [-o file.swf] file.sc
+.SH DESCRIPTION
+Compiles a file written in sc (SWF Script) into a number of SWF files.
+.PP
+(SWF files are animation files which can be displayed in Web Browsers using
+the Flash Plugin)
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print short help message and exit
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Print version info and exit
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Increase verbosity.
+.TP
+\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
+Specify output file (Default: output.swf). (Affects only the parts of the .sc file which haven't
+specified an output file)
+
+.SH AUTHORS
+
+Matthias Kramm <kramm@quiss.org>
-- 
1.7.10.4