BEAVRS/docs/specifications/make

9 lines
195 B
Text
Raw Permalink Normal View History

2018-08-29 08:31:36 -07:00
#!/bin/sh
find -name \*.aux -exec rm {} \;
rm BEAVRS.bbl
pdflatex -interaction nonstopmode BEAVRS
bibtex BEAVRS
pdflatex -interaction nonstopmode BEAVRS
pdflatex -interaction nonstopmode BEAVRS