######################################################################## # # Project : Mr System Administrator's Homepage # Filename : $RCSfile: include.mk,v $ # Originator : $Author: darren $ # Maintainer : Darren Miller: darren@cabaret.demon.co.uk # File version : $Revision: 1.3 $ # Last changed : $Date: 2003/03/09 23:54:06 $ # Description : Main Makefile definitions # Licence : GNU copyleft # ######################################################################## ############################################################################## # Programs and files ############################################################################## FILEPP = filepp -b HTMLTIDY = htmltidy -m -i -w 79 ECHO = echo RM = rm -f CP = cp -p MKDIR = mkdir TAR = tar GZIP = gzip HEADERS= $(WEB_ROOT)/boxes.h \ $(WEB_ROOT)/colours.h \ $(WEB_ROOT)/headers.h ############################################################################## # End of file ##############################################################################