Update graph-includes command-line for DEPS 0.13;
be sure not to leave a broken wesnoth-deps.dot in the tree.
This commit is contained in:
parent
9e94e45899
commit
bc0cfd9ac0
1 changed files with 3 additions and 2 deletions
|
@ -145,8 +145,9 @@ endif
|
|||
|
||||
# latest graph-includes.pl can be found currently at http://ydirson.free.fr/soft/wesnoth/graphs/
|
||||
wesnoth-deps.dot:
|
||||
PERL5LIB=$(top_srcdir) graph-includes -verbose --class wesnoth --group 1-1 \
|
||||
PERL5LIB=$(top_srcdir) graph-includes -verbose --class wesnoth --consolidate 1-1 \
|
||||
-sysI /usr/include/c++/4.0 -sysI /usr/include -sysI /usr/include/SDL \
|
||||
--prefixstrip $(top_srcdir)/src/ -I $(top_srcdir)/src $(top_srcdir)/src > $@
|
||||
--prefixstrip $(top_srcdir)/src/ -I $(top_srcdir)/src $(top_srcdir)/src > $@ || \
|
||||
( rm $@; false )
|
||||
%.ps: %.dot
|
||||
dot -Tps $< > $@
|
||||
|
|
Loading…
Add table
Reference in a new issue