o add fat filesystem test for arm lpc2148

This commit is contained in:
david
2009-02-14 17:52:52 +01:00
parent 45548384d4
commit 3e4abc9b01
115 changed files with 26014 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
all: manual.tex
latex manual.tex
latex manual.tex # Needs to be done a second time to make sure that the contents table is correct
dvips -o manual.ps manual.dvi
dvipdfm manual.dvi
clean:
rm -f manual.aux
rm -f manual.dvi
rm -f manual.log
rm -f manual.pdf
rm -f manual.ps
rm -f manual.toc