From cfd6b73b0847b7165afe45b49ffe8c62c2b729e4 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 8 May 2009 16:03:14 +0000 Subject: [PATCH] Noop the docs build for Monitor, since it's causing issues on f10 --- docs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index 860e0bd..8b7d000 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,6 +8,10 @@ # all: Monitor.html +Monitor.html: + touch Monitor.html +Monitor.pdf: + touch Monitor.pdf # XML - as opposed to SGML - requires an identifier - see # http://www.docbook.org/tdg/en/html/appb.html -- 2.43.0