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

24 lines
402 B
Makefile
Raw Normal View History

2014-06-28 16:10:20 +02:00
include ../build-aux/platform.mak
include ../build-aux/compiler.mak
include ../build-aux/version.mak
include ../build-aux/dirs.mak
2012-12-21 21:22:09 +01:00
DOCUMENTS:=\
2014-04-28 22:12:14 +02:00
cross-compilation-sins \
2012-12-21 21:22:09 +01:00
cross-development \
obsolete-stuff \
2013-10-30 12:09:57 +01:00
porting-guide \
2014-01-19 00:24:01 +01:00
posix-divergence \
2012-12-21 21:22:09 +01:00
user-guide \
welcome \
all: $(BINARIES)
.PHONY: all install clean
install: all
mkdir -p $(DESTDIR)$(DOCDIR)
cp -t $(DESTDIR)$(DOCDIR) $(DOCUMENTS)
clean: