wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth ./Makefile.am graphincludes/project/wes...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth ./Makefile.am graphincludes/project/wes...
Date: Mon, 28 Mar 2005 14:54:06 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/03/28 19:54:06

Modified files:
        .              : Makefile.am 
Added files:
        graphincludes/project: wesnoth.pm 

Log message:
        imported wesnoth graph-includes project class, and updated invocation 
to match the imminent 0.1 release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/Makefile.am.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/graphincludes/project/wesnoth.pm?rev=1.1

Patches:
Index: wesnoth/Makefile.am
diff -u wesnoth/Makefile.am:1.27 wesnoth/Makefile.am:1.28
--- wesnoth/Makefile.am:1.27    Wed Mar 23 21:32:41 2005
+++ wesnoth/Makefile.am Mon Mar 28 19:54:06 2005
@@ -103,8 +103,8 @@
 EXTRA_DIST = config/config.rpath
 
 # latest graph-includes.pl can be found currently at 
http://ydirson.free.fr/soft/wesnoth/graphs/
-deps.dot:
-       (cd $(top_srcdir)/src && graph-includes.pl -verbose -class wesnoth 
-group 1 1 \
-       `find -name '*.[ch]pp'|sed s,\./,,`) > $@
+wesnoth-deps.dot:
+       (cd $(top_srcdir) && graph-includes --verbose --class wesnoth --group 
1-1 \
+       `find src -name '*.[ch]pp'|sed 's,\./,,'`) > $@
 %.ps: %.dot
        dot -Tps $< > $@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]