# set BINDIR to directory for executable

BINDIR = /usr/local/htmlplain

install :
	install -d $(BINDIR)/example
	install -m 755 example/* $(BINDIR)/example
	install -d $(BINDIR)/manual
	install -m 755 manual/* $(BINDIR)/manual
	install -m 755 * $(BINDIR)
	install -m 755 * $(BINDIR)
	echo Files have been installed in $BINDIR
	echo Now change copy the configuration files to your user account,
	echo e. g. cp config.pl template.html variables.txt ~/webpages
