kopia lustrzana https://github.com/bristol-seds/pico-tracker
Removed old parts list, linked to new one from README
rodzic
42913da6fe
commit
e182b693d7
|
@ -12,3 +12,4 @@ restrictions, low power etc.)
|
|||
|
||||
On 31st August 2014.
|
||||
|
||||
## [Parts List](hardware/Parts.md)
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
# Makefile for design notes
|
||||
|
||||
all: fbri-notes.pdf Parts.md
|
||||
all: fbri-notes.pdf
|
||||
|
||||
%.pdf: %.tex
|
||||
pdflatex $<
|
||||
|
||||
# Formats Farnell Order numbers as hyperlinks
|
||||
#
|
||||
.PHONY: Parts.md
|
||||
Parts.md:
|
||||
@echo "Adding farnell links to parts list..."
|
||||
@sed 's/| \([0-9]\{7\}\) |/| [\1](http:\/\/uk.farnell.com\/jsp\/search\/browse.jsp;jsessionid=0?N=0\&Ntk=partnumbers\&Ntt=*\1*) |/g' Parts > Parts.md
|
||||
|
|
Ładowanie…
Reference in New Issue