From 2c5c9ade904e6a157b1a2fe0923a7b1b95a1e9dc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 16 Jun 2005 20:37:51 +0000 Subject: [PATCH] Fix html build. --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index a2b330967c1..0f1d83654f3 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -185,6 +185,9 @@ $(DVIDIR)/%.dvi: %.dvi %.eps: %.dia $(DIA) -t eps-builtin -e $@ $< +%.png: %.dia + $(DIA) -e $@ $< + %.pdf: %.eps $(EPSTOPDF) $< -- 2.11.4.GIT