Merge branch 'master' of metalzone.distorted.org.uk:~mdw/public-git/zones
authorMark Wooding <mdw@distorted.org.uk>
Tue, 31 May 2011 12:29:29 +0000 (13:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 31 May 2011 12:29:29 +0000 (13:29 +0100)
* 'master' of metalzone.distorted.org.uk:~mdw/public-git/zones:
  Makefile.m4: Make the LaTeX documnt be optional.
  harlequin.lisp: Use the statically defined address for `guvnor'.
  distorted.lisp, harlequin.lisp: Use explicit filetype for `hosts.lisp'.

Makefile.m4
distorted.lisp
harlequin.lisp

index 75c33a5..eee0291 100644 (file)
@@ -64,7 +64,8 @@ m4_divert(20)
 ###--------------------------------------------------------------------------
 ### Rules
 
-all: $(ALL_ZONE_FILES) $(DOC_OUTPUTS)
+all: $(ALL_ZONE_FILES)
+doc: $(DOC_OUTPUTS)
 
 install: all
        ##
index ed09808..6291e8b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; Zone file for distorted.org.uk
 
-(load "hosts" :verbose nil)
+(load "hosts.lisp" :verbose nil)
 
 ;;;--------------------------------------------------------------------------
 ;;; Network allocations
index 65374b5..ecb2a67 100644 (file)
@@ -1,6 +1,6 @@
 ;;; Zone file for harlequin.org.uk
 
-(load "hosts" :verbose nil)
+(load "hosts.lisp" :verbose nil)
 
 (setf *default-zone-admin* "hostmaster@distorted.org.uk")
 
@@ -11,8 +11,8 @@
    (defhost bloghost vampire))
   (t
    (setf *default-zone-source* 'guvnor.distorted.org.uk.)
-   (defhost mail guvnor.demon)
-   (defhost bloghost guvnor.demon)))
+   (defhost mail guvnor.distorted.org.uk)
+   (defhost bloghost guvnor.distorted.org.uk)))
 
 (defzone harlequin.org.uk
   ;;