From e182b693d783f8a023ab39b09b4215753d7baad4 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Thu, 26 Feb 2015 15:50:54 +0000 Subject: [PATCH] Removed old parts list, linked to new one from README --- README.md | 1 + hardware/notes/Makefile | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 20682e1..bcd428a 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ restrictions, low power etc.) On 31st August 2014. +## [Parts List](hardware/Parts.md) diff --git a/hardware/notes/Makefile b/hardware/notes/Makefile index 8bddec6..54ebe4c 100644 --- a/hardware/notes/Makefile +++ b/hardware/notes/Makefile @@ -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