diff --git a/en/gnome/images/Makefile b/en/gnome/images/Makefile index 9874c63af4..c38678ab6e 100644 --- a/en/gnome/images/Makefile +++ b/en/gnome/images/Makefile @@ -1,49 +1,45 @@ -# $FreeBSD: www/en/gnome/images/Makefile,v 1.45 2006/09/18 21:59:03 ahze Exp $ +# $FreeBSD: www/en/gnome/images/Makefile,v 1.46 2006/09/19 19:51:25 ahze 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= ss214-1.png -DATA+= ss214-1-tn.png -DATA+= ss214-2.png -DATA+= ss214-2-tn.png -DATA+= ss216-1-tn.png +DATA= ss216-1-tn.png DATA+= ss216-1.png DATA+= ss216-2-tn.png DATA+= ss216-2.png DATA+= ss216-3-tn.png DATA+= ss216-3.png DATA+= ss216-4-tn.png DATA+= ss216-4.png DATA+= ss216-5-tn.png DATA+= ss216-5.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" diff --git a/en/gnome/images/ss214-1-tn.png b/en/gnome/images/ss214-1-tn.png deleted file mode 100644 index b7d2490ac5..0000000000 Binary files a/en/gnome/images/ss214-1-tn.png and /dev/null differ diff --git a/en/gnome/images/ss214-1.png b/en/gnome/images/ss214-1.png deleted file mode 100644 index 4c429a65be..0000000000 Binary files a/en/gnome/images/ss214-1.png and /dev/null differ diff --git a/en/gnome/images/ss214-2-tn.png b/en/gnome/images/ss214-2-tn.png deleted file mode 100644 index 73371192b1..0000000000 Binary files a/en/gnome/images/ss214-2-tn.png and /dev/null differ diff --git a/en/gnome/images/ss214-2.png b/en/gnome/images/ss214-2.png deleted file mode 100644 index 8d4254d64a..0000000000 Binary files a/en/gnome/images/ss214-2.png and /dev/null differ