CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <[EMAIL PROTECTED]> 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 $< > $@