mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 00:57:23 +08:00
Use ps2pdf for graph generation.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#-----------------------------------------------------------------------------
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 0b19ac5acad2 2009/06/18 11:40:13 fp $
|
||||
#
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
@@ -33,7 +33,7 @@ ps: $(PS)
|
||||
dot -Tps -o $@ $<
|
||||
|
||||
%.pdf: %.ps
|
||||
epstopdf $<
|
||||
ps2pdf $<
|
||||
|
||||
clean:
|
||||
@rm -f *.ps *.pdf
|
||||
|
||||
Reference in New Issue
Block a user