diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-16 20:37:51 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:50 -0500 |
commit | 045856091c879458c34ea31958a6b0b19bb16bea (patch) | |
tree | a5fd645277bdfa1cd051be467b5a651ebd98cca3 /docs/Makefile | |
parent | 77766a73eb5719062193f20f1feb19703a50194d (diff) | |
download | samba-045856091c879458c34ea31958a6b0b19bb16bea.tar.gz samba-045856091c879458c34ea31958a6b0b19bb16bea.tar.bz2 samba-045856091c879458c34ea31958a6b0b19bb16bea.zip |
Fix html build.
(This used to be commit 741ae2bd95c4c2fece10ce2021b15881f557f475)
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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) $< |