sortix-mirror/doc/Makefile

22 lines
369 B
Makefile
Raw Normal View History

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