summaryrefslogtreecommitdiff
path: root/flash-memory/ubi/Makefile
diff options
context:
space:
mode:
authorHans J. Koch <hjk@linutronix.de>2010-06-24 17:59:04 +0200
committerHans J. Koch <hjk@linutronix.de>2010-06-24 17:59:04 +0200
commit6dd491cd0b7e88d499cc0e9b20b9075b8a84bd4e (patch)
treeb0eb20814983e3edf16b94f8243843ef3cb72dd8 /flash-memory/ubi/Makefile
parent6c386b43ce2f88424664b7c936376067f2fe13bf (diff)
Add templates for topic flash-memory/ubi
Add brief_*, handout_*, hints_*, and pres_* files for UBI topic. Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Diffstat (limited to 'flash-memory/ubi/Makefile')
-rw-r--r--flash-memory/ubi/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/flash-memory/ubi/Makefile b/flash-memory/ubi/Makefile
new file mode 100644
index 0000000..ece8750
--- /dev/null
+++ b/flash-memory/ubi/Makefile
@@ -0,0 +1,10 @@
+all:
+ pdflatex pres_ubi_de.tex
+ pdflatex hints_ubi_de.tex
+ pdflatex handout_ubi_de.tex
+ pdflatex handout_ubi_de.tex
+ pdflatex brief_ubi_de.tex
+
+clean:
+ rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
+