From 1c6107b49f1e8829fdfe3b656867175cb9d5e043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hilbig?= Date: Thu, 30 Jun 2016 10:33:29 +0200 Subject: [PATCH] =?UTF-8?q?Update=20um=20PDF-Doku=20auf=20CTAN=20zu=20ver?= =?UTF-8?q?=C3=B6ffentlichen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build | 3 ++- dokumentation.tex | 1 + gitfile-info.sty | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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}