# $Id: Makefile,v 1.4 1996/09/08 08:45:18 explorer Exp $ # # Create two tarballs, one which contains the icons (minimal installation) # and HTML code which will allow one to use a ring, and another which # will contain everything in this directory excluding this file. # IMAGES= AddAPage.gif ListAllPages.gif ListNext5Pages.gif \ NextPage.gif PreviousPage.gif RandomPage.gif netbsd.gif \ netbsdsites.gif webring.gif \ combo-buttons.gif \ combo-netbsd-1.map combo-netbsd-2.map combo-netbsdsites-1.map SUPPORT= README MINIMAL= $(SUPPORT) $(IMAGES) webring-netbsd.html.inc MAXIMAL= $(SUPPORT) $(IMAGES) webring2.gif webring-netbsd.html.inc \ netbsd/index.shtml netbsdsites/index.shtml all: webring-netbsd-minimal.tar.gz webring-netbsd-maximal.tar.gz webring-netbsd-minimal.tar.gz: $(MINIMAL) rm -f webring-netbsd-minimal.tar.gz tar cf webring-netbsd-minimal.tar $(MINIMAL) gzip webring-netbsd-minimal.tar chmod 644 webring-netbsd-minimal.tar.gz webring-netbsd-maximal.tar.gz: $(MAXIMAL) rm -f webring-netbsd-maximal.tar.gz tar cf webring-netbsd-maximal.tar $(MAXIMAL) gzip webring-netbsd-maximal.tar chmod 644 webring-netbsd-maximal.tar.gz