diff --git a/butler.patch b/butler.patch index 2d9c8a5..7a60c66 100644 --- a/butler.patch +++ b/butler.patch @@ -1,14 +1,14 @@ -From 4d614d66958fead184cc0abe0c15e5c646e26b0d Mon Sep 17 00:00:00 2001 +From c22ebc40669653a44638b38563bd09bc18ae079f Mon Sep 17 00:00:00 2001 From: nemunaire -Date: Thu, 24 Jul 2014 18:33:34 +0200 -Subject: [PATCH] butler +Date: Wed, 30 Jul 2014 18:52:29 +0200 +Subject: [PATCH] - --- - src/Make/DocInfo.pm | 2 +- - src/Make/Make.pm | 2 +- - src/Make/Templates.pm | 6 +++--- - src/Objects/Path.pm | 2 +- - 4 files changed, 6 insertions(+), 6 deletions(-) + src/Make/DocInfo.pm | 2 +- + src/Make/Make.pm | 2 +- + src/Make/Templates.pm | 10 +++++----- + src/Objects/Path.pm | 2 +- + 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Make/DocInfo.pm b/src/Make/DocInfo.pm index 67c675a..b0cdc82 100644 @@ -37,7 +37,7 @@ index df644a8..13f7a5d 100644 ); diff --git a/src/Make/Templates.pm b/src/Make/Templates.pm -index c484f40..e8cd8ae 100644 +index c484f40..023f840 100644 --- a/src/Make/Templates.pm +++ b/src/Make/Templates.pm @@ -7,7 +7,7 @@ use utf8; @@ -49,7 +49,7 @@ index c484f40..e8cd8ae 100644 use lib '..'; # debug -@@ -38,8 +38,8 @@ my %PROJECT_INFOS; +@@ -38,16 +38,16 @@ my %PROJECT_INFOS; BEGIN { $ROOT_DIR = File::Spec->rootdir(); $TEMPLATE_DIR = @@ -59,7 +59,17 @@ index c484f40..e8cd8ae 100644 + 'internship_report', 'templates', TEMPLATE_TYPE ); %PARTS = ( - tutorial => [qw( std frontpage copyright_and_toc newpage MAIN motto )], +- tutorial => [qw( std frontpage copyright_and_toc newpage MAIN motto )], ++ tutorial => [qw( std frontpage toc MAIN motto )], + subject => [ + qw( std frontpage copyright_and_toc newpage obligations + advice newpage submissions directorytree newpage MAIN motto ) + ], +- other => [qw( std frontpage copyright_and_toc newpage MAIN motto )], ++ other => [qw( std frontpage thanks toc newpage MAIN motto )], + slides => [qw( std frontpage copyright_and_toc MAIN )], + examsubject => [ qw( std frontpage copyright_and_toc newpage + obligations submissions newpage MAIN motto ) ], diff --git a/src/Objects/Path.pm b/src/Objects/Path.pm index e2841c9..908387a 100644 --- a/src/Objects/Path.pm