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 54 55 56 57 58 59 60 61 62
|
From: =?utf-8?q?G=C3=B6ran_Weinholt?= <goran@weinholt.se>
Date: Sun, 10 Dec 2017 19:20:27 +0100
Subject: Remove the need for files removed in dfsg cleaning
Forwarded: not-needed
---
csug/csug.stex | 1 -
csug/title.stex | 1 -
examples/Makefile | 2 +-
makefiles/Makefile-csug.in | 2 +-
4 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/csug/csug.stex b/csug/csug.stex
index dbeca1e..44e5e74 100644
--- a/csug/csug.stex
+++ b/csug/csug.stex
@@ -86,7 +86,6 @@ Revised} \revisiondate\raw{ for Chez Scheme Version 9.5.4<br>
\ifhtml
\raw{\raw{<table><tr>
-<td><img src="canned/cisco-logo.png"><br></td>
<td style="padding-left: 2em"><span class=title>Chez Scheme Version 9<br>User's Guide</span></td>
</tr></table>}}
\fi
diff --git a/csug/title.stex b/csug/title.stex
index bc50feb..b6ad104 100644
--- a/csug/title.stex
+++ b/csug/title.stex
@@ -27,7 +27,6 @@
\begingroup\large
\begin{flushright}
-\includegraphics[width=1.25in]{canned/cisco-logo-large}\\[10pt]
Cisco Systems, Inc.\\
www.cisco.com
\end{flushright}
diff --git a/examples/Makefile b/examples/Makefile
index b1b4e1d..073337e 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -11,7 +11,7 @@
# * To print the examples, type "make print".
src = def.ss edit.ss fact.ss fatfib.ss fft.ss fib.ss freq.ss interpret.ss\
- m4.ss macro.ss matrix.ss object.ss power.ss queue.ss rabbit.ss rsa.ss\
+ m4.ss macro.ss matrix.ss object.ss power.ss queue.ss rabbit.ss \
scons.ss setof.ss socket.ss unify.ss compat.ss ez-grammar-test.ss
obj = ${src:%.ss=%.so}
diff --git a/makefiles/Makefile-csug.in b/makefiles/Makefile-csug.in
index df24092..0ef3f8f 100644
--- a/makefiles/Makefile-csug.in
+++ b/makefiles/Makefile-csug.in
@@ -81,7 +81,7 @@ $(x).presecondrun: $(x).firstrun
cat tspl.idx >> $x.idx
touch $(x).presecondrun
-$(x).thirdrun: $(x).prethirdrun canned/cisco-logo.png
+$(x).thirdrun: $(x).prethirdrun
$(x).prethirdrun: $(x).secondrun
cat tspl.aux >> $x.aux
cat tspl.rfm >> $x.rfm
|