From 488e1aa75d9420a238851217c39f52ecf317e8a0 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 10 Mar 2013 12:11:29 +0100 Subject: [PATCH] add $(EXTRADIRS) to targets.mk for build system integration of orgmanual/ --- mk/targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/targets.mk b/mk/targets.mk index aef11eb..b7fe9cc 100644 --- a/mk/targets.mk +++ b/mk/targets.mk @@ -6,7 +6,7 @@ DISTFILES_extra= Makefile request-assign-future.txt contrib etc LISPDIRS = lisp OTHERDIRS = doc etc CLEANDIRS = contrib testing mk -SUBDIRS = $(OTHERDIRS) $(LISPDIRS) +SUBDIRS = $(OTHERDIRS) $(LISPDIRS) $(EXTRADIRS) INSTSUB = $(SUBDIRS:%=install-%) ORG_MAKE_DOC ?= info html pdf -- 1.8.1.4