[Synopsis-changes] Synopsis/Synopsis/demo/C++/Shapes Makefile,1.2,1.3

Stefan Seefeld stefan at synopsis.fresco.org
Sat Nov 22 21:54:20 UTC 2003


Update of /cvs/synopsis/Synopsis/demo/C++/Shapes
In directory frida:/tmp/cvs-serv28160/demo/C++/Shapes

Modified Files:
	Makefile 
Log Message:
cleanup

Index: Makefile
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/Shapes/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- Makefile	22 Nov 2003 21:49:28 -0000	1.2
+++ Makefile	22 Nov 2003 21:54:18 -0000	1.3
@@ -4,7 +4,7 @@ all:	uml
 
 uml:	Shapes.ps Shapes.html
 
-Shapes.html:	main.syn
+Shapes.png Shapes.html:	main.syn
 	$(synopsis) uml --title='Shapes' --format='html' --output=$@ $?
 
 Shapes.ps:	main.syn
@@ -17,4 +17,4 @@ clean:
 	rm -rf main.syn *~ 
 
 distclean: clean
-	rm -rf Shapes.ps
\ No newline at end of file
+	rm -rf Shapes.ps Shapes.html Shapes.png
\ No newline at end of file





More information about the Synopsis-changes mailing list