lib/lncs/cli.rb in lncs-0.0.3 vs lib/lncs/cli.rb in lncs-0.0.4

- old
+ new

@@ -15,13 +15,14 @@ working_directories = %w{submissions body titles} working_directories.each {|d| remove_dir(d) } create_file 'titles/index.tex' end - desc "inspect", "Unpack the submissions so that their contents can be inspected manually" + desc "inspect", "Inspect the submissions and prepare manifest for the lncs report, body and titles subcommands." def inspect remake_directory("submissions") proceedings.copy_to("submissions") + proceedings.add_papers_to_manifest end desc "body", "Generate the set of directories containing the body of the report, in the format required by Springer LNCS" def body remake_directory("body") \ No newline at end of file