From 664ec7412576bc7e756c407574e1a1f73f3d3c95 Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Tue, 9 Oct 2012 11:49:22 +0200 Subject: Flash-Memory: new Technology presentation This new technology presentation describes the Flash-Memory technology, the functional principles and the side effects. It can be used as an introduction to a one-day session about Flash-Memory and Flash-Filesystems. Signed-off-by: Holger Dengler --- flash-memory/technology/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 flash-memory/technology/Makefile (limited to 'flash-memory/technology/Makefile') diff --git a/flash-memory/technology/Makefile b/flash-memory/technology/Makefile new file mode 100644 index 0000000..d641258 --- /dev/null +++ b/flash-memory/technology/Makefile @@ -0,0 +1,9 @@ +all: + for pdf in `ls -1 *.tex` ; do \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + done + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3