From fc0f3021a232407cc8d0d7d316ef8d2c36f929b8 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sun, 24 Jul 2016 23:35:13 +0100 Subject: [PATCH] Converted readme to markdown. --- Makefile | 2 +- README.md | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 822d6e3..8b00ce2 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ TAR = tar REV = 0.7.4 TAR_FILE = svninfo-$(REV).tar.gz TAR_DIR = svninfo-$(REV) -SRC = svninfo.dtx svninfo.ins README Makefile +SRC = svninfo.dtx svninfo.ins README.md Makefile GEN = svninfo.sty svninfo.cfg svninfo.init all: $(BASE).sty dvi ps pdf clean diff --git a/README.md b/README.md index 8ee1c8a..4e1931a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ +svninfo' +======= - `svninfo' - - version 0.7.4, March 23, 2010 +* Version 0.7.4 +* Release date: 23 March 2010 +Description +----------- This package is used to extract the revision and file information provided by the subversion revision control system. Copyright (C) 2003-2010 Achim D. Brucker email: brucker@member.fsf.org -License: +License +------- This program can be redistributed and/or modified under the terms of the LaTeX Project Public License Distributed from CTAN archives in directory macros/latex/base/lppl.txt; either @@ -24,6 +28,8 @@ distributed together with all the following files: If you receive only some of these files from someone, complain! +Installation +------------ To install: unpack and `make' @@ -46,9 +52,9 @@ to a place where LaTeX can find it TEXINPUTS=$HOME/tex/inputs//:$TEXINPUTS ) -============================================================================ -HISTORY +Changelog +--------- 0.7.4 : Fixed localization of date formats, e.g., \svnToday. 0.7.3 : Fixed bug resulting in wrong date for maximal revision (\svnInfoMaxToday).