ubb-usb/Makefile: added PDF generation

This commit is contained in:
Werner Almesberger
2011-10-04 12:49:13 -03:00
parent 540f224962
commit bdd95bdbf8
+9
View File
@@ -1,2 +1,11 @@
.PHONY: sch pdf clean
sch:
eeschema `pwd`/concept.sch
pdf:
eeschema --plot=ps `pwd`/concept.sch
ps2pdf concept.ps concept.pdf
clean:
rm -f concept.ps concept.pdf