Update of /cvsroot/digraphanalysis/digraphanalysis
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6985
Modified Files:
ChangeLog Makefile.am
Log Message:
Moved files around.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/digraphanalysis/digraphanalysis/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 3 Jun 2005 00:22:10 -0000 1.1
--- Makefile.am 5 Jul 2005 00:42:10 -0000 1.2
***************
*** 1 ****
! SUBDIRS = src utils
--- 1 ----
! SUBDIRS = src
Index: ChangeLog
===================================================================
RCS file: /cvsroot/digraphanalysis/digraphanalysis/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ChangeLog 4 Jul 2005 00:30:16 -0000 1.2
--- ChangeLog 5 Jul 2005 00:42:10 -0000 1.3
***************
*** 1,2 ****
--- 1,6 ----
+ 2005-07-04 Jeff Breker <jb...@sy...>
+ * Moved gpg2digraph/gpg2dot into the src directory, as
+ automake/autoconf can compile multiple apps from a single directory.
+
2005-07-03 Jeff Breker <jb...@sy...>
* Added myself to AUTHORS
|