steed/doc/Makefile

9 lines
180 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
include ../Rules.make
clean:
all:
install:
2009-08-31 07:52:45 +03:00
install -d -m0755 $(DOCPATH)
2009-08-31 22:25:19 +03:00
install -m0644 *.jpg *.html *.txt $(DOCPATH)
2009-09-15 13:06:58 +03:00
install -d -m0755 $(MANPATH)
install -m0644 *.6 $(MANPATH)