prefix=@prefix@ exec_prefix=@exec_prefix@ LOGDIR=@localstatedir@ CFGDIR=@sysconfdir@ BINDIR=@bindir@ CGIDIR=@sbindir@ DATAROOTDIR=@datarootdir@ DATADIR=@datadir@ INSTALL=@INSTALL@ INSTALL_OPTS=@INSTALL_OPTS@ CP=@CP@ TOUCH=@TOUCH@ all html: clean: distclean: clean -rm Makefile devclean: distclean install: $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DATADIR)/stylesheets for file in ./*.css; \ do $(INSTALL) -m 664 $(INSTALL_OPTS) $$file $(DATADIR)/stylesheets; done ${TOUCH} $(DATADIR)/stylesheets/user.css