adapt the graph-includes call to get the report generated in the correct place

This commit is contained in:
Yann Dirson 2005-11-09 21:54:41 +00:00
parent 26e39ff6d1
commit 56fe66ea2c

View File

@ -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 $< > $@