From 4bd2d47e45eb0354d0096d5310ccfe7a0dc3dbd0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 11 Feb 2014 12:55:58 +0100 Subject: Improved "make manual" and "make clean" --- manual/APPNOTE_011_Design_Investigation/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/APPNOTE_011_Design_Investigation/make.sh') diff --git a/manual/APPNOTE_011_Design_Investigation/make.sh b/manual/APPNOTE_011_Design_Investigation/make.sh index fa3ca70e..3845dac6 100644 --- a/manual/APPNOTE_011_Design_Investigation/make.sh +++ b/manual/APPNOTE_011_Design_Investigation/make.sh @@ -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 -- cgit v1.2.3