Ticket #60148: patch-Rakefile.diff

File patch-Rakefile.diff, 488 bytes (added by mf2k (Frank Schima), 4 years ago)
  • Rakefile

    old new  
    437437    exit 1
    438438  end
    439439
    440   runq "xsltproc", t.source, "#{c(:XSLTPROC)} #{c(:XSLTPROC_FLAGS)} -o #{t.name} #{stylesheet} #{t.sources.join(" ")}", :filter_output => filter
     440  runq "xsltproc", t.source, "#{c(:XSLTPROC)} #{c(:XSLTPROC_FLAGS)} --maxdepth 6000 -o #{t.name} #{stylesheet} #{t.sources.join(" ")}", :filter_output => filter
    441441end
    442442
    443443$manpages.each do |manpage|