Added documentation for CS7290.

git-svn-id: http://www.cdkersey.com/harp/harptool@123 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
chad
2013-01-25 05:30:48 +00:00
parent e8ade7e29e
commit 2f93bec54a
6 changed files with 621 additions and 0 deletions

21
doc/Makefile Normal file
View File

@@ -0,0 +1,21 @@
FIGS = fig/simd_core.pdf fig/byte_enc.pdf fig/word_enc.pdf
DIRS = fig
NAME = harp_iset
all: $(NAME).pdf
$(NAME).pdf: $(NAME).tex $(FIGS)
%.pdf: %.tex
pdflatex $<
fig/%.pdf: fig/%.fig
cd fig; $(MAKE) $(MFLAGS) $(@F); cd ..
clean:
rm -f $(NAME).pdf $(NAME).aux $(NAME).log $(NAME).toc $(NAME).snm \
$(NAME).out $(NAME).nav fig/*.pdf
force_look:
true