summaryrefslogtreecommitdiff
path: root/flash-memory/technology/Makefile
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2012-10-09 11:49:22 +0200
committerHolger Dengler <dengler@linutronix.de>2012-10-15 11:53:19 +0200
commit664ec7412576bc7e756c407574e1a1f73f3d3c95 (patch)
treefc9b66c949cdec556e03aedf4ecab78bfab682b6 /flash-memory/technology/Makefile
parent77537e998773dc4e553c8c4bb31f89c1c3f7eeb4 (diff)
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 <dengler@linutronix.de>
Diffstat (limited to 'flash-memory/technology/Makefile')
-rw-r--r--flash-memory/technology/Makefile9
1 files changed, 9 insertions, 0 deletions
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
+