From: Martin Q. <mqu...@us...> - 2011-10-30 19:26:36
|
Update of /cvsroot/flexml/flexml In directory vz-cvs-3.sog:/tmp/cvs-serv21861 Modified Files: Makefile Log Message: add the ChangeLog and NEWS to the archive Index: Makefile =================================================================== RCS file: /cvsroot/flexml/flexml/Makefile,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- Makefile 29 Sep 2006 19:00:17 -0000 1.44 +++ Makefile 30 Oct 2011 19:26:34 -0000 1.45 @@ -34,7 +34,7 @@ LIBS = $(FLEXML_ACT) DATA = skel MANS = flexml.1 -DOCS = README NOTES TODO flexml-act.dtd +DOCS = README ChangeLog NEWS NOTES TODO flexml-act.dtd HTMLS = FleXML.html paper.html SRC = $(STUFF) $(DATA) $(DOCS) $(HTMLS) |