Rename the target file to: rvalp.pdf

This commit is contained in:
John Winans 2021-02-12 08:37:53 -06:00
parent e5af5622dd
commit 21bb90cd7d
3 changed files with 21 additions and 22 deletions

36
book/.gitignore vendored
View File

@ -1,20 +1,20 @@
book.aux
book.brf
book.idx
book.ilg
book.ind
book.lof
book.log
book.pdf
book.toc
book.bbl
book.blg
book.out
rvalp.aux
rvalp.brf
rvalp.idx
rvalp.ilg
rvalp.ind
rvalp.lof
rvalp.log
rvalp.pdf
rvalp.toc
rvalp.bbl
rvalp.blg
rvalp.out
*.aux
book.glg
book.glo
book.gls
book.glsdefs
book.ist
rvalp.glg
rvalp.glo
rvalp.gls
rvalp.glsdefs
rvalp.ist
*.bak
out-book.pdf
out-rvalp.pdf

View File

@ -6,13 +6,12 @@ include $(TOP)/Make.rules
TEXPATH=float:intro:rv32:copyright:license:elements:binary:programs/src
all:: book.pdf
all:: rvalp.pdf
clean::
rm -f book.pdf */*.aux $(LATEX_CLEANFILES)
rm -f rvalp.pdf */*.aux $(LATEX_CLEANFILES)
book.pdf:: *.tex bibliography.bib
rvalp.pdf:: *.tex bibliography.bib
spell:
#find . -name "*.tex" -exec aspell --lang=en --mode=tex check "{}" \;