Update to README makepdf makeps

This commit is contained in:
Krishna Kumar 2013-12-11 12:19:51 +00:00
parent e1eb471af0
commit 633bab1fb5

View File

@ -45,17 +45,11 @@ To build the `PDF` version of your thesis, run:
make
or
./makepdf
This build procedure uses `pdflatex` and will produce `thesis.pdf`.
To produce `DVI` and `PS` versions of your document, you should run:
./makeps
or
make BUILD_STRATEGY=latex