1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/doc/Makefile
Jonas 'Sortie' Termansen a6603dffd9 Document POSIX divergence.
2014-03-17 19:22:11 +01:00

21 lines
313 B
Makefile

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