mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 22:55:08 +00:00
adapt the graph-includes call to get the report generated in the correct place
This commit is contained in:
parent
26e39ff6d1
commit
56fe66ea2c
@ -137,8 +137,8 @@ update-po:
|
||||
|
||||
# latest graph-includes.pl can be found currently at http://ydirson.free.fr/soft/wesnoth/graphs/
|
||||
wesnoth-deps.dot:
|
||||
(cd $(top_srcdir) && graph-includes -verbose --class wesnoth --group 1-1 \
|
||||
PERL5LIB=$(top_srcdir) graph-includes -verbose --class wesnoth --group 1-1 \
|
||||
-sysI /usr/include/c++/4.0 -sysI /usr/include -sysI /usr/include/SDL \
|
||||
--prefixstrip src/ -I src src) > $@
|
||||
--prefixstrip $(top_srcdir)/src/ -I $(top_srcdir)/src $(top_srcdir)/src > $@
|
||||
%.ps: %.dot
|
||||
dot -Tps $< > $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user