summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorhinder <hinder@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-10-19 18:52:51 +0000
committerhinder <hinder@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-10-19 18:52:51 +0000
commitf0f0a84eadb595489dc87e2b2f7c97e55df32b3e (patch)
tree96afe425b14bb5f846ff8f6d9ec9188670591f89 /doc/latex
parent73345357d588087b4e30af489755731712e7f74a (diff)
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
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty14
1 files changed, 3 insertions, 11 deletions
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}
}
}
}