mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
Improved "make manual" and "make clean"
This commit is contained in:
parent
fb186e6299
commit
4bd2d47e45
4 changed files with 13 additions and 9 deletions
|
@ -18,6 +18,6 @@ if false; then
|
|||
sed -i '/^label=/ d;' *.dot
|
||||
fi
|
||||
for dot_file in *.dot; do
|
||||
pdf_file=${dot_file#.dot}.pdf
|
||||
dot -Tpdf -o example_00.pdf example_00.dot
|
||||
pdf_file=${dot_file%.dot}.pdf
|
||||
dot -Tpdf -o $pdf_file $dot_file
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue