From d1094839fe09594f2788eb8eccc80565eb63c3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Tue, 31 Mar 2015 10:39:52 +0200 Subject: [PATCH] Chat: Make BUILDDIR not plugin-specific --- chat/docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/docs/Makefile b/chat/docs/Makefile index 8715519..645d2cd 100644 --- a/chat/docs/Makefile +++ b/chat/docs/Makefile @@ -5,7 +5,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = -BUILDDIR = ../indico_chat/static/help +BUILDDIR = $(wildcard ../indico_*[!.])/static/help # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4