może ulepszymy format listów z commitami? poniżej przykład, a źródełka są tutaj:
http://pasky.ji.cz/~pasky/dev/cvs/cvslog.pl ----- Forwarded message ----- This is an automated notification of a change to the ELinks CVS tree. Author: pasky Module: elinks Tag: <TRUNK> Date: Sat Jan 3 01:11:37 2004 GMT ---- Log message: Fixed make testutils when having separate srcdir and builddir, patch by Harold L Hunt II <[EMAIL PROTECTED]>. ---- Files affected: elinks: AUTHORS (1.154 -> 1.155) http://cvsweb.elinks.or.cz/cvsweb.cgi/elinks/AUTHORS.diff?r1=1.154&r2=1.155&f=u Makefile.base (1.2 -> 1.3) http://cvsweb.elinks.or.cz/cvsweb.cgi/elinks/Makefile.base.diff?r1=1.2&r2=1.3&f=u ---- Diffs: Index: elinks/AUTHORS diff -u elinks/AUTHORS:1.154 elinks/AUTHORS:1.155 --- elinks/AUTHORS:1.154 Mon Dec 22 02:12:41 2003 +++ elinks/AUTHORS Sat Jan 3 02:11:31 2004 @@ -178,6 +178,9 @@ Gianluca Montecchi <[EMAIL PROTECTED]> Italian translation +Harold L Hunt II <[EMAIL PROTECTED]> + Build system minor fixes + Hugo Haas <[EMAIL PROTECTED]> Minor random hacking Index: elinks/Makefile.base diff -u elinks/Makefile.base:1.2 elinks/Makefile.base:1.3 --- elinks/Makefile.base:1.2 Thu Jan 2 20:36:55 2003 +++ elinks/Makefile.base Sat Jan 3 02:11:31 2004 @@ -14,4 +14,4 @@ # Rule for getting test dependencies right. This is a workaround since # automake don't support defining subdirs sources testutils: - cd $(top_srcdir) ; make -C src/util CPPFLAGS="-DDEBUG" + cd $(top_builddir) ; make -C src/util CPPFLAGS="-DDEBUG" ----- End forwarded message ----- -- PLD Linux rulez __________________________________________________________ nie pytaj co inni zrobili dla pld, pomysl ile sam zrobiles
