summaryrefslogtreecommitdiff
path: root/debian/patches/0010-unneeded_doc.patch
blob: e3c346a5c4b8bff78dc63a0f7ad7df5a0bcf1879 (plain)
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
From: Markus Koschany <apo@gambaru.de>
Date: Sun, 30 Jun 2013 19:29:40 +0200
Subject: unneeded_doc

Avoid generating some docs we don't want.
Do not generate some documentation we do not want; do not include
sane.png in the html documentation, as it is not distributed in the
source tarball.

Original Author: Julien BLACHE <jblache@debian.org>
---
 Makefile.in     | 6 +-----
 doc/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

Index: trunk/Makefile.in
===================================================================
--- trunk.orig/Makefile.in
+++ trunk/Makefile.in
@@ -402,11 +402,7 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = include lib sanei backend frontend tools doc po testsuite
 DIST_SUBDIRS = include lib sanei backend frontend tools doc po japi testsuite
-dist_doc_DATA = AUTHORS ChangeLog COPYING LICENSE NEWS PROBLEMS PROJECTS \
- README README.aix README.beos README.darwin README.djpeg README.freebsd \
- README.hp-ux README.linux README.netbsd README.openbsd README.os2 \
- README.solaris README.unixware2 README.unixware7 README.windows \
- README.zeta
+dist_doc_DATA = README AUTHORS NEWS PROBLEMS PROJECTS
 
 EXTRA_DIST = ChangeLog-1.0.0 ChangeLog-1.0.1  ChangeLog-1.0.2 \
  ChangeLog-1.0.3 ChangeLog-1.0.4 ChangeLog-1.0.5 ChangeLog-1.0.6 \
Index: trunk/doc/Makefile.in
===================================================================
--- trunk.orig/doc/Makefile.in
+++ trunk/doc/Makefile.in
@@ -414,7 +414,7 @@ DLH = TEXINPUTS="$(srcdir):$$TEXINPUTS"
 MAN2HTML = nroff -c -man |\
 	  man2html -compress -topm 6 -botm 6 -nodepage -title $${page} \
           -cgiurl '$$title.$$section.html'|\
-	  sed 's,<BODY>,<BODY BGCOLOR=\#FFFFFF TEXT=\#000000><H1 ALIGN=CENTER><IMG SRC="/images/sane.png" HEIGHT=117 WIDTH=346></H1>,'
+	  sed 's,<BODY>,<BODY BGCOLOR=\#FFFFFF TEXT=\#000000></H1>,'
 
 beman5dir = $(mandir)/man5
 BEDOCS = canon/canon.changes canon/canon.install2700F.txt \