From 2362dce21f72defa53d2cddb8eaf055bb82cd9de Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 29 Apr 2010 07:26:21 +0000 Subject: fix cvs/svn information retrieval git-svn-id: http://svn.cactuscode.org/flesh/trunk@4613 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/latex/cactus.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty index 331a80db..e5ff22e1 100644 --- a/doc/latex/cactus.sty +++ b/doc/latex/cactus.sty @@ -2,16 +2,16 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\def\CA@styledate{\CA@getcvsdate $Date$} -\def\CA@styleversion{\CA@getcvsversion $Revision$} +\def\CA@styledate{\CA@getsvndate $Date$} +\def\CA@styleversion{\CA@getsvnversion $Revision$} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\CA@getcvsdate $#1:#2/#3/#4 #5:#6:#7${#2/#3/#4} -\def\CA@getcvsversion $#1:#2${#2} +\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? { -- cgit v1.2.3