diff --git a/en/gnome/images/Makefile b/en/gnome/images/Makefile index 36d2d88def..9859854cf4 100644 --- a/en/gnome/images/Makefile +++ b/en/gnome/images/Makefile @@ -1,49 +1,51 @@ -# $FreeBSD: www/en/gnome/images/Makefile,v 1.32 2005/01/18 06:58:57 marcus Exp $ +# $FreeBSD: www/en/gnome/images/Makefile,v 1.33 2005/02/21 02:21:40 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. If your source shot isn't of normal geometry, restrict the height # to 240 pixels and let the width vary. You can use the convert tool # included with ImageMagick to do this: # # convert -geometry x240 .png -tn.png # # Screenshots should be named according to the GNOME release they show. # E.g. the fourth screenshot for GNOME 2.6 is ss26-4.png, and the thumbnail # is ss26-4-tn.png DATA+= ss28-1.png DATA+= ss28-1-tn.png DATA+= ss28-2.png DATA+= ss28-2-tn.png DATA+= ss28-3.png DATA+= ss28-3-tn.png DATA+= ss28-4.png DATA+= ss28-4-tn.png DATA+= ss28-5.png DATA+= ss28-5-tn.png DATA+= ss28-6.png DATA+= ss28-6-tn.png DATA+= ss29-1.png DATA+= ss29-1-tn.png +DATA+= ss210-1.png +DATA+= ss210-1-tn.png DATA+= gnome.png # FreeBSD GNOME Vanity Project DATA+= adamw.jpg DATA+= ahze.jpg #DATA+= bland.jpg DATA+= hippobutt.jpg DATA+= kwm.jpg DATA+= marcus.jpg DATA+= mezz.jpg DATA+= pav.jpg .include "${WEB_PREFIX}/share/mk/web.site.mk"