JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index 883f0b9..3e2005f 100644 (file)
@@ -312,7 +312,9 @@ namespace JSDOC
                        }
                        
                    }
-                   print("Output file: " + this.target);
+                   if (this.target.length > 0 ) {
+                           print("Output file: " + this.target);
+                   }
                    if (this.targetDebug.length > 0) {
                                 print("Output debug file: %s\n" , this.targetDebug);
                        }