diff options
| author | Hans J. Koch <hjk@linutronix.de> | 2010-06-24 18:00:16 +0200 |
|---|---|---|
| committer | Hans J. Koch <hjk@linutronix.de> | 2010-06-24 18:00:16 +0200 |
| commit | 100d553f6c3bdbadbed3ff8b93458474e5498367 (patch) | |
| tree | 9ada855a1259d939a8ee324070813c5d4c5673e7 /flash-memory/ubifs/Makefile | |
| parent | 6dd491cd0b7e88d499cc0e9b20b9075b8a84bd4e (diff) | |
Add templates for topic flash-memory/ubifs
Add brief_*, handout_*, hints_*, and pres_* files for
UBIFS topic.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Diffstat (limited to 'flash-memory/ubifs/Makefile')
| -rw-r--r-- | flash-memory/ubifs/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flash-memory/ubifs/Makefile b/flash-memory/ubifs/Makefile new file mode 100644 index 0000000..9d18f28 --- /dev/null +++ b/flash-memory/ubifs/Makefile @@ -0,0 +1,10 @@ +all: + pdflatex pres_ubifs_de.tex + pdflatex hints_ubifs_de.tex + pdflatex handout_ubifs_de.tex + pdflatex handout_ubifs_de.tex + pdflatex brief_ubifs_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
