steed/doc/Makefile

8 lines
174 B
Makefile
Raw Normal View History

2009-08-26 08:25:53 +03:00
include ../Rules.make
clean:
all:
install:
2009-08-30 22:58:55 +03:00
install -d -m0755 $(DESTDIR)$(PREFIX)/share/doc/instead
install -m0644 *.jpg *.html *.txt $(DESTDIR)$(PREFIX)/share/doc/instead
2009-08-26 08:25:53 +03:00