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
|
||||
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
|
||||
|
@ -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 "{}" \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user