diff --git a/build b/build index 5db838d..ce36f37 100755 --- a/build +++ b/build @@ -32,4 +32,5 @@ rm gitfile-info.dtx mv output.dtx gitfile-info.dtx latexmk -pdf gitfile-info.dtx cd .. -zip -r gitfile-info_latest.zip gitfile-info/gitfile-info.dtx gitfile-info/gitfile-info.ins +cp -r gitfile-info_latest.zip gitfile-info/gitfile-info.dtx gitfile-info/gitfile-info.ins \ + gitfile-info/README gitfile-info/gitfile-info.pdf diff --git a/dokumentation.tex b/dokumentation.tex index b8b5810..039c2ec 100644 --- a/dokumentation.tex +++ b/dokumentation.tex @@ -225,6 +225,7 @@ pdftitle = {\LaTeX-package for reading git commit info for specific files} \section{Änderungen} \begin{description} \item[v0.1] Intialisierung und erste Veröffentlichung + \item[v0.2] Dokumentation auf CTAN inkludiert \end{description} \section{Installation} diff --git a/gitfile-info.sty b/gitfile-info.sty index 9a0e423..fd9fe4f 100644 --- a/gitfile-info.sty +++ b/gitfile-info.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{gitfile-info} - [2016/06/22 v0.1 read file infos of one specific tex-file] + [2016/06/30 v0.2 read file infos of one specific tex-file] \RequirePackage{ifthen} \RequirePackage{currfile}