Description: Don't build the site HTML pages images. It saves us to have ImageMagick as a b-depend. Author: David Suárez 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)