HELP_PATH = home/httpd/help

all:

.PHONY : install

install :
	cd ..; \
	tar -cf - --exclude CVS --exclude Makefile help | sudo tar -xf - -C ${ROOT_PATH}/home/httpd
	
clean :
	@echo "Nothing to do..."
