1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
Description: Use fixed dates for manuals.
These make the build reproducible. I have picked the file modificatin dates of
the corresponding source .tex files.
Author: Sascha Steinbiss <sascha@steinbiss.name>
--- a/docs/dynamite.tex
+++ b/docs/dynamite.tex
@@ -1,4 +1,5 @@
\documentstyle{article}
+\pdftrailerid{}
\begin{document}
\newcommand{\programtext}[1]{{\tt #1}}
@@ -10,6 +11,7 @@
Hinxton, Cambridge CB10 1SA,\\
England.\\
Email: birney@sanger.ac.uk}
+\date{18/6/2001}
\maketitle
--- a/docs/wise2.tex
+++ b/docs/wise2.tex
@@ -1,5 +1,6 @@
\documentclass{article}
+\pdftrailerid{}
%\usepackage{epsfig}
\usepackage{graphicx}
@@ -13,6 +14,7 @@
Hinxton, Cambridge CB10 1SD,\\
England.\\
Email: birney@ebi.ac.uk}
+\date{18/6/2001}
\maketitle
--- a/docs/wise2api.tex
+++ b/docs/wise2api.tex
@@ -1,4 +1,5 @@
\documentstyle{article}
+\pdftrailerid{}
\begin{document}
\newcommand{\programtext}[1]{{\tt #1}}
@@ -10,6 +11,7 @@
Hinxton, Cambridge CB10 1SA,\\
England.\\
Email: birney@sanger.ac.uk}
+\date{18/6/2001}
\maketitle
|