From bf1d468cb000a5ed18c2c664c172979bcc372e3b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 9 Sep 2008 11:39:29 +0000 Subject: [PATCH] Add a do-nothing install-docs rule in ext-core/ when LATEX_DOCS=NO --- docs/ext-core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ext-core/Makefile b/docs/ext-core/Makefile index 42c9a8f..cf1c28f 100644 --- a/docs/ext-core/Makefile +++ b/docs/ext-core/Makefile @@ -9,6 +9,7 @@ install-docs: cp core.pdf $(docdir)/ext-core/ else all: +install-docs: endif # General makefile for Latex stuff -- 1.7.10.4