aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/gnome/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/htdocs/gnome/images/Makefile')
-rw-r--r--en_US.ISO8859-1/htdocs/gnome/images/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/en_US.ISO8859-1/htdocs/gnome/images/Makefile b/en_US.ISO8859-1/htdocs/gnome/images/Makefile
deleted file mode 100644
index 2aa114f91c..0000000000
--- a/en_US.ISO8859-1/htdocs/gnome/images/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $FreeBSD$
-
-.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 <imagename>-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 <imagename>.png <imagename>-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= ss224-1.png
-DATA+= ss224-1-tn.png
-DATA+= ss224-2.png
-DATA+= ss224-2-tn.png
-DATA+= ss316-1.png
-DATA+= ss316-1-tn.png
-DATA+= gnome.png
-
-# FreeBSD GNOME Vanity Project
-
-DATA+= adamw.jpg
-DATA+= ahze.jpg
-#DATA+= bland.jpg
-DATA+= kwm.jpg
-DATA+= marcus.jpg
-DATA+= mezz.jpg
-
-.include "${DOC_PREFIX}/share/mk/web.site.mk"