diff options
| author | Hans J. Koch <hjk@linutronix.de> | 2010-06-24 17:52:21 +0200 |
|---|---|---|
| committer | Hans J. Koch <hans@bluebox.local> | 2010-06-24 17:55:55 +0200 |
| commit | 6c386b43ce2f88424664b7c936376067f2fe13bf (patch) | |
| tree | ced6129849207fb2353b7067e5ea8eb85ef2eab1 /flash-memory/mtd/Makefile | |
| parent | 6ffd7accf10205f308d6e5c6d070eda0b20b04b8 (diff) | |
Add templates for topic flash-memory/mtd
Add brief_*, handout_*, hints_*, and pres_* files for
MTD topic.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Diffstat (limited to 'flash-memory/mtd/Makefile')
| -rw-r--r-- | flash-memory/mtd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |
