X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=pack.js;h=5d106891f4548048da28a604abae57bd0e8a044f;hp=973e2f8c62870ab28f226c29a38d986e862bbf2f;hb=a8d95279269f1e0460d5cf1ba362af61c9b9f94f;hpb=b1a8501ebc3a075d73e8420f30815c977ac393b1 diff --git a/pack.js b/pack.js index 973e2f8..5d10689 100755 --- a/pack.js +++ b/pack.js @@ -11,7 +11,6 @@ * -C no cleanup (use with -w if you need are using a cache directory.) * -p prefix for translation md5 generator (directory that files are in, and is removed * from path when generating an md5 for the translated name. - * * compresses files listed as arguments and outputs result */ @@ -35,7 +34,7 @@ for(var i =0; i < args.length;i++) { i++; continue; } - if (args[i] == '-o') { + if (args[i] == '-O') { cfg.debugTarget = args[i+1]; i++; continue; @@ -55,6 +54,7 @@ for(var i =0; i < args.length;i++) { i++; continue; } + if (args[i] == '-C') { cfg.cleanup = false; continue;