/[MITgcm]/mitgcm.org/devel/buildweb/skeleton/images/Makefile
ViewVC logotype

Contents of /mitgcm.org/devel/buildweb/skeleton/images/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Nov 20 14:12:54 2002 UTC (22 years, 8 months ago) by adcroft
Branch: MAIN
CVS Tags: HEAD
Updated images for top bar and mouse-over. Added six new images
for the same with "n" in front in order to avoid caching by
browsers.

1 BGCOLOR = black
2 COLOR = white
3 MOCOLOR = blue
4 FONT = "-*-helvetica-medium-r-*-*-20-*-*-*-*-*-iso8859-*"
5 HEIGHT = 34
6
7 all: nhome.gif nhome_mo.gif ncontactus.gif ncontactus_mo.gif nsitemap.gif nsitemap_mo.gif
8
9 nhome.gif: Makefile
10 ppmmake $(BGCOLOR) 116 $(HEIGHT) | ppmtogif | convert -fill $(COLOR) -font $(FONT) -draw "text 6,22 'MITgcm.org'" - $@
11
12 nhome_mo.gif: Makefile
13 ppmmake $(BGCOLOR) 116 $(HEIGHT) | ppmtogif | convert -fill $(MOCOLOR) -font $(FONT) -draw "text 6,22 'MITgcm.org'" - $@
14
15 ncontactus.gif: Makefile
16 ppmmake $(BGCOLOR) 108 $(HEIGHT) | ppmtogif | convert -fill $(COLOR) -font $(FONT) -draw "text 6,22 'Contact Us'" - $@
17
18 ncontactus_mo.gif: Makefile
19 ppmmake $(BGCOLOR) 108 $(HEIGHT) | ppmtogif | convert -fill $(MOCOLOR) -font $(FONT) -draw "text 6,22 'Contact Us'" - $@
20
21 nsitemap.gif: Makefile
22 ppmmake $(BGCOLOR) 97 $(HEIGHT) | ppmtogif | convert -fill $(COLOR) -font $(FONT) -draw "text 6,22 'Site Index'" - $@
23
24 nsitemap_mo.gif: Makefile
25 ppmmake $(BGCOLOR) 97 $(HEIGHT) | ppmtogif | convert -fill $(MOCOLOR) -font $(FONT) -draw "text 6,22 'Site Index'" - $@

  ViewVC Help
Powered by ViewVC 1.1.22