6 pic2graph: pic2graph.sh
8 sed -e "s|@g@|$(g)|g" \
9 -e "s|@VERSION@|$(version)$(revision)|" \
10 -e $(SH_SCRIPT_SED_CMD) $(srcdir)/pic2graph.sh >$@; \
13 install_data: pic2graph
14 -test -d $(bindir) || $(mkinstalldirs) $(bindir)
15 -rm -f $(bindir)/pic2graph
16 $(INSTALL_SCRIPT) pic2graph $(bindir)/pic2graph
19 -rm -f $(bindir)/pic2graph