From: Mark Wooding Date: Fri, 15 Jun 2007 16:25:46 +0000 (+0100) Subject: Rename zone definition files. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/7ee9a1c50fce860c4725d94acda52dd001fbe88e Rename zone definition files. Since a definition file can produce a number of zones, it seems silly to name them after a single zone. --- diff --git a/Makefile b/Makefile index e2f30a7..a0c2d66 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ install: all publish echo -n "$${i%.zone}: "; userv root named-reload $${i%.zone}; \ done -$(DISTORTED_ZONES): distorted.org.uk.lisp hosts.lisp +$(DISTORTED_ZONES): distorted.lisp hosts.lisp $(ZONE) $< -$(HARLEQUIN_ZONES): harlequin.org.uk.lisp hosts.lisp +$(HARLEQUIN_ZONES): harlequin.lisp hosts.lisp $(ZONE) $< %.dvi: %.tex diff --git a/distorted.org.uk.lisp b/distorted.lisp similarity index 100% rename from distorted.org.uk.lisp rename to distorted.lisp diff --git a/harlequin.org.uk.lisp b/harlequin.lisp similarity index 100% rename from harlequin.org.uk.lisp rename to harlequin.lisp