Cierra el desfase receta/repo: 15 recetas que ya construyen y están publicadas+firmadas en dist/repo pero seguían en la cola de staging. Sin colisión con canónicas (guarda de build-farm). Los .patch viajan con su receta. Quedan en incoming-clib las 13 variantes colisionantes (build-deps del stack GUI) y las 14 GUI deep-dep sin publicar aún. brotli fribidi gettext-tiny giflib glib gperf graphene harfbuzz itstool libjpeg-turbo libsass libtiff libxmlb lz4 sassc Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
523 B
Diff
19 lines
523 B
Diff
Description: Don't build the site HTML pages images.
|
|
It saves us to have ImageMagick as a b-depend.
|
|
Author: David Suárez <david.sephirot@gmail.com>
|
|
Origin: vendor
|
|
Last-Update: 2024-03-24
|
|
Forwarded: not-needed
|
|
|
|
--- a/doc/Makefile
|
|
+++ b/doc/Makefile
|
|
@@ -46,7 +46,7 @@
|
|
convert $^ -resize 50x50 $@
|
|
|
|
# Philosophical choice: the website gets the internal manual pages
|
|
-allhtml: $(XMLALL:.xml=.html) giflib-logo.gif
|
|
+allhtml: $(XMLALL:.xml=.html)
|
|
|
|
manpages: $(XMLMAN1:.xml=.1) $(XMLMAN7:.xml=.7) $(XMLINTERNAL:.xml=.1)
|
|
|