chiark / gitweb /
Rename zone definition files.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 Jun 2007 16:25:46 +0000 (17:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 15 Jun 2007 16:25:46 +0000 (17:25 +0100)
Since a definition file can produce a number of zones, it seems silly to
name them after a single zone.

Makefile
distorted.lisp [moved from distorted.org.uk.lisp with 100% similarity]
harlequin.lisp [moved from harlequin.org.uk.lisp with 100% similarity]

index e2f30a7eccf3de8fd0f4a30ef553b926f49b3639..a0c2d66c0d9fe7a30117959e97e9b6844585436d 100644 (file)
--- 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
similarity index 100%
rename from distorted.org.uk.lisp
rename to distorted.lisp
similarity index 100%
rename from harlequin.org.uk.lisp
rename to harlequin.lisp