From f0f0a84eadb595489dc87e2b2f7c97e55df32b3e Mon Sep 17 00:00:00 2001 From: hinder Date: Wed, 19 Oct 2011 18:52:51 +0000 Subject: cactus.sty: Remove SVN date and revision information from documentation This SVN information causes problems when Cactus is not stored in SVN. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4746 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/latex/cactus.sty | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty index 08c31c6b..857b8ae9 100644 --- a/doc/latex/cactus.sty +++ b/doc/latex/cactus.sty @@ -2,25 +2,17 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\def\CA@styledate{\CA@getsvndate $Date$} -\def\CA@styleversion{\CA@getsvnversion $Revision$} - - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\CA@getsvndate $#1:#2-#3-#4 #5:#6:#7${#2/#3/#4} -\def\CA@getsvnversion $#1:#2${#2} - \IfFileExists{../interface.ccl} % Is this the documentation.tex for a thorn? { - \ProvidesPackage{../../../../doc/latex/cactus}[\CA@styledate \CA@styleversion] + \ProvidesPackage{../../../../doc/latex/cactus} } { \IfFileExists{../FAQ} % Is this the UsersGuide or MaintGuide? { - \ProvidesPackage{../latex/cactus}[\CA@styledate \CA@styleversion] + \ProvidesPackage{../latex/cactus} } { \IfFileExists{../../../arrangements/README} % Is this the @@ -30,7 +22,7 @@ \ProvidesPackage{../../../doc/latex/cactus} } { - \ProvidesPackage{cactus}[\CA@styledate \CA@styleversion] + \ProvidesPackage{cactus} } } } -- cgit v1.2.3