File: 05_ebb_extractbb.diff

package info (click to toggle)
texworks-manual 20240209-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,360 kB
  • sloc: makefile: 243; python: 218
file content (28 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download
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
Description: "ebb" does not exist any more, replace it by "extractbb".
Forwarded: https://github.com/TeXworks/manual/issues/16
Author: Hilmar Preuße <hille42@debian.org>
Bug-Debian: http://bugs.debian.org/1114404
Last-Update: 2025-09-05

--- texworks-manual.orig/src/en/html/Makefile
+++ texworks-manual/src/en/html/Makefile
@@ -56,7 +56,7 @@
 	@gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pngalpha -r300 -sstdout=%stderr -sOutputFile=- "$<" 2$(SUPRESSOUT) | convert png:- -resize 48x48 $@ $(SUPRESSOUT)
 images/%.png : ../images/%.png
 	@cp $< $@
-	@ebb -x $@
+	@extractbb -x $@
 images/%.pdf : ../images/%.pdf
 	@cp $< $@
 	@gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=bbox "$@" $(SUPRESSOUT) 2> "images/$*.xbb"
--- texworks-manual.orig/src/fr/html/Makefile
+++ texworks-manual/src/fr/html/Makefile
@@ -51,7 +51,7 @@
 	@gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pngalpha -r300 -sstdout=%stderr -sOutputFile=- "$<" 2$(SUPRESSOUT) | convert png:- -resize 48x48 $@ $(SUPRESSOUT)
 images/%.png : ../images/%.png
 	@cp $< $@
-	@ebb -x $@
+	@extractbb -x $@
 images/%.pdf : ../images/%.pdf
 	@cp $< $@
 	@gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=bbox "$@" $(SUPRESSOUT) 2> "images/$*.xbb"