diff --git a/en/gnome/images/Makefile b/en/gnome/images/Makefile index dd5cb4474f..1759a57ecd 100644 --- a/en/gnome/images/Makefile +++ b/en/gnome/images/Makefile @@ -1,36 +1,46 @@ -# $FreeBSD: www/en/gnome/images/Makefile,v 1.29 2004/09/28 20:47:12 adamw Exp $ +# $FreeBSD: www/en/gnome/images/Makefile,v 1.30 2005/01/06 05:38:48 adamw 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+= 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+= pav.jpg + .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/gnome/images/team/adamw.jpg b/en/gnome/images/adamw.jpg similarity index 100% rename from en/gnome/images/team/adamw.jpg rename to en/gnome/images/adamw.jpg diff --git a/en/gnome/images/team/ahze.jpg b/en/gnome/images/ahze.jpg similarity index 100% rename from en/gnome/images/team/ahze.jpg rename to en/gnome/images/ahze.jpg diff --git a/en/gnome/images/team/hippobutt.jpg b/en/gnome/images/hippobutt.jpg similarity index 100% rename from en/gnome/images/team/hippobutt.jpg rename to en/gnome/images/hippobutt.jpg diff --git a/en/gnome/images/team/kwm.jpg b/en/gnome/images/kwm.jpg similarity index 100% rename from en/gnome/images/team/kwm.jpg rename to en/gnome/images/kwm.jpg diff --git a/en/gnome/images/team/marcus.jpg b/en/gnome/images/marcus.jpg similarity index 100% rename from en/gnome/images/team/marcus.jpg rename to en/gnome/images/marcus.jpg diff --git a/en/gnome/images/team/mezz.jpg b/en/gnome/images/mezz.jpg similarity index 100% rename from en/gnome/images/team/mezz.jpg rename to en/gnome/images/mezz.jpg diff --git a/en/gnome/images/team/pav.jpg b/en/gnome/images/pav.jpg similarity index 100% rename from en/gnome/images/team/pav.jpg rename to en/gnome/images/pav.jpg diff --git a/en/gnome/images/team/Makefile b/en/gnome/images/team/Makefile deleted file mode 100644 index be97fbc066..0000000000 --- a/en/gnome/images/team/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -.if exists(../../Makefile.conf) -.include "../../Makefile.conf" -.endif -.if exists(../../Makefile.inc) -.include "../../Makefile.inc" -.endif - -DATA+= adamw.jpg -DATA+= ahze.jpg -DATA+= kwm.jpg -DATA+= marcus.jpg -DATA+= mezz.jpg -DATA+= pav.jpg -DATA+= hippobutt.jpg - -WEBBASE= /data/gnome/images -WEB_PREFIX= ${.CURDIR}/../../../.. -.include "${WEB_PREFIX}/share/mk/web.site.mk"