head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 99.01.07.13.30.56; author alexis; state Exp; branches; next ; desc @standardised! This was a non-comformant Makefile system @ 1.1 log @Initial revision @ text @# $Header: /diskb/home/alexis/dev/supported/fad/man/RCS/Makefile,v 1.7 1998/12/07 14:42:12 alexis Exp alexis $ SUPPORT_DIR = ../support include ../Makefile.defs FILES_8 = upsd.8 compile: $(FILES_8) clean: rm -f upsd.8 install: compile $(INSTALL_CMD) -o root -g root -m 755 -d \ $(LCLMANDIR)/man8 $(INSTALL_CMD) -o root -g root -m 444 $(FILES_8) \ $(LCLMANDIR)/man8 uninstall: -cd $(LCLMANDIR)/man8 && rm -f $(FILES_8) -rmdir $(LCLMANDIR)/man8 upsd.8: upsd.8.shpp $(SHPP_CMD) -nx $(SHPP_FLAGS) $< @