diff --git a/en/gnome/images/Makefile b/en/gnome/images/Makefile index 1e1a4b6b49..6e83420766 100644 --- a/en/gnome/images/Makefile +++ b/en/gnome/images/Makefile @@ -1,30 +1,32 @@ -# $FreeBSD: www/en/gnome/images/Makefile,v 1.8 2003/02/01 01:14:22 marcus Exp $ +# $FreeBSD: www/en/gnome/images/Makefile,v 1.9 2003/02/07 17:53:24 marcus Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # For screenshots, please create 320x240 thumbnails of the images, and name # them -tn.png. This will minimize the load time for the index # page. You can use the convert tool included with ImageMagick to do this: # # convert -geometry 320x240\! .png -tn.png DATA= ss1.png DATA+= ss1-tn.png DATA+= ss2.png DATA+= ss2-tn.png DATA+= ss3.png DATA+= ss3-tn.png DATA+= ss7.png DATA+= ss7-tn.png DATA+= ss8.png DATA+= ss8-tn.png DATA+= ss9.png DATA+= ss9-tn.png +DATA+= ss10.png +DATA+= ss10-tn.png DATA+= gnome.png .include "${WEB_PREFIX}/share/mk/web.site.mk"