From 15e48184454d0db04ac7e5c5acf61defab7fca59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hilmar=20Preu=C3=9Fe?= Date: Mon, 15 Jun 2026 23:26:16 +0200 Subject: [PATCH] Replace ebb by extractbb in /html/Makefile. --- src/en/html/Makefile | 2 +- src/fr/html/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/en/html/Makefile b/src/en/html/Makefile index 861483a..f11ba72 100644 --- a/src/en/html/Makefile +++ b/src/en/html/Makefile @@ -56,7 +56,7 @@ images/example.png : ../images/example.pdf @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" diff --git a/src/fr/html/Makefile b/src/fr/html/Makefile index 9f70de4..e36aca3 100644 --- a/src/fr/html/Makefile +++ b/src/fr/html/Makefile @@ -51,7 +51,7 @@ images/example.png : ../images/example.pdf @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"