diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 17 |
1 files changed, 1 insertions, 16 deletions
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 |