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

14 lines
223 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
include ../Rules.make
clean:
all:
install:
2009-09-23 07:21:24 +03:00
$(INSTALLD) $(DOCPATH)
$(INSTALL) *.jpg *.html *.txt $(DOCPATH)
$(INSTALLD) $(MANPATH)
$(INSTALL) *.6 $(MANPATH)
uninstall:
$(RM) -rf $(DOCPATH)
$(RM) $(MANPATH)/instead.*
2009-09-23 09:28:30 +03:00