From 6c386b43ce2f88424664b7c936376067f2fe13bf Mon Sep 17 00:00:00 2001 From: "Hans J. Koch" Date: Thu, 24 Jun 2010 17:52:21 +0200 Subject: Add templates for topic flash-memory/mtd Add brief_*, handout_*, hints_*, and pres_* files for MTD topic. Signed-off-by: Hans J. Koch --- flash-memory/mtd/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 flash-memory/mtd/Makefile (limited to 'flash-memory/mtd/Makefile') diff --git a/flash-memory/mtd/Makefile b/flash-memory/mtd/Makefile new file mode 100644 index 0000000..db9f64b --- /dev/null +++ b/flash-memory/mtd/Makefile @@ -0,0 +1,10 @@ +all: + pdflatex pres_mtd_de.tex + pdflatex hints_mtd_de.tex + pdflatex handout_mtd_de.tex + pdflatex handout_mtd_de.tex + pdflatex brief_mtd_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3