From f3030244f64699021ec0d9cd9e4b4d67244d9df1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 25 Aug 2013 14:18:14 -0400 Subject: Make common-devtools.mk unnecessary. Move devtools chroot stuff into chroot-tools --- doc/Makefile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 4e496f3..23f8a8f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,16 +1 @@ -topdir := $(realpath ..) -include $(topdir)/config.mk - -files = $(wildcard *.md) - -all: PHONY build -build: PHONY - -install: $(addprefix $(DESTDIR)$(docdir)/libretools/,$(files)) - -$(DESTDIR)$(docdir)/libretools/%: % - install -Dm644 '$<' '$@' - -FORCE: PHONY -PHONY: -.PHONY: FORCE PHONY +include ../common.mk -- cgit v1.2.3-54-g00ecf