diff --git a/.gitattributes b/.gitattributes index d37d3d68a70..c0151735c6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1965,6 +1965,7 @@ Manual/doc_tex/Manual/fig/l-simp.pdf -text svneol=unset#application/pdf Manual/doc_tex/Manual/manual-3.3.bib -text Manual/doc_tex/Miscellany/modifier.gif -text svneol=unset#image/gif Manual/doc_tex/Miscellany/modifier_small.gif -text svneol=unset#image/gif +Manual/doc_tex/Miscellany/stopwatch.png -text Manual_tools/aspell/.aspell.conf -text Manual_tools/aspell/.aspell.en.prepl -text Manual_tools/aspell/.aspell.en.pws -text diff --git a/Manual/doc_tex/Miscellany/main.tex b/Manual/doc_tex/Miscellany/main.tex index 0a2680913d9..b402b0ba1d5 100644 --- a/Manual/doc_tex/Miscellany/main.tex +++ b/Manual/doc_tex/Miscellany/main.tex @@ -2,6 +2,8 @@ \label{chap:Miscellany} \ccChapterAuthor{Lutz Kettner \and Sylvain Pion \and Michael Seel} +\input{Miscellany/PkgDescription} + \minitoc \input{Profiling_tools/Profiling_tools.tex} diff --git a/Manual/doc_tex/Miscellany/stopwatch.png b/Manual/doc_tex/Miscellany/stopwatch.png new file mode 100755 index 00000000000..dae030e9b77 Binary files /dev/null and b/Manual/doc_tex/Miscellany/stopwatch.png differ