sortix-mirror/doc/Makefile
Jonas 'Sortie' Termansen 178bb495c2 Add ports system.
2013-12-19 18:09:08 +01:00

21 lines
294 B
Makefile

include ../compiler.mak
include ../version.mak
include ../dirs.mak
DOCUMENTS:=\
cross-development \
obsolete-stuff \
porting-guide \
user-guide \
welcome \
all: $(BINARIES)
.PHONY: all install clean
install: all
mkdir -p $(DESTDIR)$(DOCDIR)
cp -t $(DESTDIR)$(DOCDIR) $(DOCUMENTS)
clean: