Removed old parts list, linked to new one from README

rocketry
Richard Meadows 2015-02-26 15:50:54 +00:00
rodzic 42913da6fe
commit e182b693d7
2 zmienionych plików z 2 dodań i 8 usunięć

Wyświetl plik

@ -12,3 +12,4 @@ restrictions, low power etc.)
On 31st August 2014.
## [Parts List](hardware/Parts.md)

Wyświetl plik

@ -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