steed/doc/Makefile
2009-09-23 04:21:24 +00:00

17 lines
271 B
Makefile

include ../Rules.make
clean:
all:
install:
$(INSTALLD) $(DOCPATH)
$(INSTALL) *.jpg *.html *.txt $(DOCPATH)
$(INSTALLD) $(MANPATH)
$(INSTALL) *.6 $(MANPATH)
ifeq ($(SYSTEMSETUP), yes)
uninstall:
$(RM) -rf $(DOCPATH)
$(RM) $(MANPATH)/instead.*
else
uninstall:
endif