[Synopsis-changes] Synopsis/Synopsis/doc/Manual Makefile,1.43,1.44

Stefan Seefeld stefan at synopsis.fresco.org
Sat Dec 6 20:01:08 UTC 2003


Update of /cvs/synopsis/Synopsis/doc/Manual
In directory frida:/tmp/cvs-serv19122/doc/Manual

Modified Files:
	Makefile 
Log Message:
document Synopsis.dist, too

Index: Makefile
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Manual/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -d -r1.43 -r1.44
--- Makefile	26 Nov 2003 06:11:51 -0000	1.43
+++ Makefile	6 Dec 2003 20:01:06 -0000	1.44
@@ -7,7 +7,7 @@ py_src		:= $(wildcard $(topdir)/Synopsis
 py_src		+= $(shell find $(topdir)/Synopsis/Parsers -name '*.py' -print)
 py_src		+= $(shell find $(topdir)/Synopsis/Processors -name '*.py' -print)
 py_src		+= $(shell find $(topdir)/Synopsis/Formatters -name '*.py' -print)
-# don't include dist yet, synopsis can't deal with dynamic type overrides yet
+py_src		+= $(shell find $(topdir)/Synopsis/dist -name '*.py' -print)
 # don't include UI yet, as it isn't up to date with the rest
 py_syn		:= $(patsubst $(topdir)/%.py, %.syn, $(py_src))
 cxx_hh  	:= $(wildcard $(topdir)/Synopsis/Parsers/Cxx/syn/*.hh)





More information about the Synopsis-changes mailing list