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
369 B
Makefile
Raw Normal View History

2014-06-28 10:10:20 -04:00
include ../build-aux/platform.mak
include ../build-aux/compiler.mak
include ../build-aux/version.mak
include ../build-aux/dirs.mak
2012-12-21 15:22:09 -05:00
DOCUMENTS:=\
2014-04-28 16:12:14 -04:00
cross-compilation-sins \
2012-12-21 15:22:09 -05:00
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
welcome \
all: $(BINARIES)
.PHONY: all install clean
install: all
mkdir -p $(DESTDIR)$(DOCDIR)
cp -t $(DESTDIR)$(DOCDIR) $(DOCUMENTS)
clean: