]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-def.cc
* lily/my-lily-parser.cc: remove paper_description function
[lilypond.git] / lily / paper-def.cc
index 98b46180def98feacdcae2d6423a8a365a6b575c..9d95e0ed18baf0e049d72c367256ec3b86e4d0f5 100644 (file)
@@ -79,7 +79,10 @@ Paper_def::get_paper_outputter (String outname) const
 {
   progress_indication (_f ("paper output to `%s'...",
                           outname == "-" ? String ("<stdout>") : outname));
-  global_input_file->target_strings_.push (outname);
+
+  // fixme: dependencies
+  //  add_target_file (outname);
+  
   Paper_outputter * po = new Paper_outputter (outname);
   Path p = split_path (outname);
   p.ext = "";