######################################################################## # # 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.4 $ # Last changed : $Date: 2011-09-07 20:28:58 $ # Description : Main Makefile definitions # Licence : GNU copyleft # ######################################################################## ############################################################################## # Programs and files ############################################################################## FILEPP = filepp -b HTMLTIDY = tidy -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 ##############################################################################