ATTiny13 x10 board with PDFs
This commit is contained in:
parent
04483e8e64
commit
0898cd4614
1 changed files with 4 additions and 10 deletions
14
Makefile
14
Makefile
|
@ -1,18 +1,12 @@
|
||||||
%_Both.pdf: %_Cu.pdf %_Mask.pdf
|
%_Both.pdf: %_Mask.pdf %_Cu.pdf
|
||||||
pdftk ${^} cat output ${@}
|
pdftk ${^} cat output ${@}
|
||||||
|
|
||||||
%_90.pdf: %_Both.pdf
|
%_90.pdf: %_Both.pdf
|
||||||
pdftk ${<} cat 1-endeast output ${@}
|
pdftk ${<} cat 1-endeast output ${@}
|
||||||
|
|
||||||
%_90.ps: %_90.pdf
|
%_nup.pdf: %_90.pdf
|
||||||
pdftops $<
|
pdfjam ${<} --nup 2x1 --landscape --outfile ${@}
|
||||||
|
|
||||||
%_nup.ps: %_90.ps
|
|
||||||
psnup -pa4 -Pa5 -2 ${<} ${@}
|
|
||||||
|
|
||||||
%_nup.pdf: %_nup.ps
|
|
||||||
ps2pdf ${<}
|
|
||||||
|
|
||||||
%.pdf: %_nup.pdf
|
%.pdf: %_nup.pdf
|
||||||
cp ${<} ${@}
|
pdftk ${<} cat 1-endwest output ${@}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue