From 045856091c879458c34ea31958a6b0b19bb16bea Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 16 Jun 2005 20:37:51 +0000 Subject: Fix html build. (This used to be commit 741ae2bd95c4c2fece10ce2021b15881f557f475) --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index a2b330967c..0f1d83654f 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) $< -- cgit