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

22 lines
313 B
Makefile
Raw Normal View History

2012-12-21 15:22:09 -05:00
include ../compiler.mak
include ../version.mak
include ../dirs.mak
DOCUMENTS:=\
cross-development \
obsolete-stuff \
2013-10-30 07:09:57 -04:00
porting-guide \
2014-01-18 18:24:01 -05:00
posix-divergence \
2012-12-21 15:22:09 -05:00
user-guide \
welcome \
all: $(BINARIES)
.PHONY: all install clean
install: all
mkdir -p $(DESTDIR)$(DOCDIR)
cp -t $(DESTDIR)$(DOCDIR) $(DOCUMENTS)
clean: