# Copyright World Wide Web Consortium, (Massachusetts Institute of # Technology, Institut National de Recherche en Informatique et en # Automatique, Keio University). # # All Rights Reserved. # # Please see the full Copyright clause at # # # $Id: Makefile_WD_2001_09_12,v 1.1 2001/10/15 16:43:55 barstow Exp $ # ##################################################################### FILES = Makefile \ amp-in-url \ rdf-containers-syntax-vs-schema \ rdf-ns-prefix-confusion \ rdfms-difference-between-ID-and-about \ rdfms-empty-property-elements ARCHIVE_NAME = RDF-Test-Cases-2001-09-12 all: rm -f $(ARCHIVE_NAME).zip zip -r $(ARCHIVE_NAME) $(FILES) clean: rm -f $(ARCHIVE_NAME).zip