svn commit: samba-docs r651 - in trunk: .

jelmer at samba.org jelmer at samba.org
Thu Jun 16 20:37:52 GMT 2005


Author: jelmer
Date: 2005-06-16 20:37:51 +0000 (Thu, 16 Jun 2005)
New Revision: 651

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=651

Log:
Fix html build.

Modified:
   trunk/Makefile


Changeset:
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-06-16 19:30:23 UTC (rev 650)
+++ trunk/Makefile	2005-06-16 20:37:51 UTC (rev 651)
@@ -185,6 +185,9 @@
 %.eps: %.dia
 	$(DIA) -t eps-builtin -e $@ $<
 
+%.png: %.dia
+	$(DIA) -e $@ $<
+
 %.pdf: %.eps
 	$(EPSTOPDF) $<
 



More information about the samba-cvs mailing list