squish: Add --with-verse option to allow packing verse in as well

Tue, 12 Jan 2010 02:17:03 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 12 Jan 2010 02:17:03 +0000
changeset 26
028c5ffc6d7c
parent 25
db6e92989c41
child 27
5b58c002d6ad

squish: Add --with-verse option to allow packing verse in as well

squishy file | annotate | diff | comparison | revisions
--- a/squishy	Thu Jan 07 22:25:28 2010 +0000
+++ b/squishy	Tue Jan 12 02:17:03 2010 +0000
@@ -2,6 +2,10 @@
 Module "clix.receive" "clix/receive.lua"
 Module "clix.version" "clix/version.lua"
 
+if GetOption "with-verse" then
+	Module("verse")(GetOption "with-verse");
+end
+
 Main "clix.lua"
 
 Option "executable"

mercurial