mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-28 05:32:38 -04:00
Rename the target file to: rvalp.pdf
This commit is contained in:
parent
e5af5622dd
commit
21bb90cd7d
36
book/.gitignore
vendored
36
book/.gitignore
vendored
@ -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
|
||||||
|
@ -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 "{}" \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user