#!/usr/bin/make -f # Adjusted sample debian/rules file, # for LispCMS # Copyright 2006 by Bram Geron # Copyright 1994,1995 by Ian Jackson. # # I hereby give you perpetual unlimited permission to copy, # modify and relicense this file, provided that you do not remove # my name from the file itself. (I assert my moral right of # paternity under the Copyright, Designs and Patents Act 1988.) # This file may have to be extensively modified. refresh-site: $(checkdir) cd doc && make clean && make all debian/rules packages define checkdir test -f src/packages.lisp -a -f debian/rules endef