steed/doc/Makefile
2009-09-15 10:06:58 +00:00

9 lines
180 B
Makefile

include ../Rules.make
clean:
all:
install:
install -d -m0755 $(DOCPATH)
install -m0644 *.jpg *.html *.txt $(DOCPATH)
install -d -m0755 $(MANPATH)
install -m0644 *.6 $(MANPATH)