[Kos-cvs] kos/doc Makefile,1.27,1.28

thomas at kos.enix.org thomas at kos.enix.org
Sun Jan 9 17:06:01 CET 2005


Update of /home/kos/cvs/kos/doc
In directory the-doors:/tmp/cvs-serv15418

Modified Files:
	Makefile 
Log Message:
New Makefile rules

Index: Makefile
===================================================================
RCS file: /home/kos/cvs/kos/doc/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile	29 Dec 2004 19:03:39 -0000	1.27
+++ Makefile	9 Jan 2005 16:05:59 -0000	1.28
@@ -18,6 +18,9 @@
 # Dependencies
 vm_manag.dvi: mem_map.eps
 modules.dvi: module.eps
+testingfr.dvi: screenshot-qemu.eps screenshot-terminal.eps
+testingen.dvi: screenshot-qemu.eps screenshot-terminal.eps
+
 
 DEP_CLEAN=html-clean doxygen-clean
 
@@ -59,6 +62,9 @@
 %.eps: %.fig
 	-$(FIG2DEV) -L ps $< $@
 
+%.eps: %.png
+	convert $< $@
+
 %-html: %.tex
 	-$(LATEX2HTML) -dir $@ -mkdir $<
 	touch $@



More information about the Kos-cvs mailing list