This website requires JavaScript.
Explore
Redmine
Gerrit
Lists
Help
Sign In
laforge
/
gen_ladder
Watch
1
Star
0
Fork
You've already forked gen_ladder
0
Code
Pull Requests
Releases
Activity
1ea2389461
gen_ladder
/
Makefile
11 lines
105 B
Makefile
Raw
Normal View
History
Unescape
Escape
initial commit of tool to generate ladder diagrams
2010-07-09 07:20:42 +00:00
GL
=
./gen_ladder.pl
DOT
=
dot
default
:
new gen_ladder implementation, based on the GD perl module This version generates PNG graphics based on the perl GD bindings and no longer uses dot craphics. This solves the long-standing problems that existed with dot and 'bent arrows' TODO: * re-add support for dashed arrows * re-add support for bi-directional arrows
2011-10-07 18:36:29 +00:00
%.png
:
%.
lad
$(
GL
)
$(
GL
)
$<
$@
initial commit of tool to generate ladder diagrams
2010-07-09 07:20:42 +00:00
clean
:
new gen_ladder implementation, based on the GD perl module This version generates PNG graphics based on the perl GD bindings and no longer uses dot craphics. This solves the long-standing problems that existed with dot and 'bent arrows' TODO: * re-add support for dashed arrows * re-add support for bi-directional arrows
2011-10-07 18:36:29 +00:00
rm *.dot *.ps *.svg *.png