This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/doc/Makefile
2009-09-23 06:28:30 +00:00

14 lines
223 B
Makefile

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