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 rvalp.aux
book.brf rvalp.brf
book.idx rvalp.idx
book.ilg rvalp.ilg
book.ind rvalp.ind
book.lof rvalp.lof
book.log rvalp.log
book.pdf rvalp.pdf
book.toc rvalp.toc
book.bbl rvalp.bbl
book.blg rvalp.blg
book.out rvalp.out
*.aux *.aux
book.glg rvalp.glg
book.glo rvalp.glo
book.gls rvalp.gls
book.glsdefs rvalp.glsdefs
book.ist rvalp.ist
*.bak *.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 TEXPATH=float:intro:rv32:copyright:license:elements:binary:programs/src
all:: rvalp.pdf
all:: book.pdf
clean:: 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: spell:
#find . -name "*.tex" -exec aspell --lang=en --mode=tex check "{}" \; #find . -name "*.tex" -exec aspell --lang=en --mode=tex check "{}" \;