sortix-mirror/doc/Makefile

20 lines
278 B
Makefile
Raw Normal View History

2012-12-21 20:22:09 +00:00
include ../compiler.mak
include ../version.mak
include ../dirs.mak
DOCUMENTS:=\
cross-development \
obsolete-stuff \
user-guide \
welcome \
all: $(BINARIES)
.PHONY: all install clean
install: all
mkdir -p $(DESTDIR)$(DOCDIR)
cp -t $(DESTDIR)$(DOCDIR) $(DOCUMENTS)
clean: