summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd
index 39d5656ea50..30d8351c6ed 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd
+++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd
@@ -3,6 +3,8 @@
rem Makefile for documents and templates
rem Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+set bibtex=bibtex8
+set bibtexflags=-H -c cp1251
set latexnmk=call ..\..\include\latex.nmk.cmd
if "%1"=="" (
@@ -11,9 +13,11 @@ if "%1"=="" (
for %%f in (%*) do if "%%f"=="help" (
call :%%f
) else if "%%f"=="all" (
- call :%%f
+ call :allpdf
) else if "%%f"=="allpdf" (
call :%%f
+ ) else if "%%f"=="alldvi" (
+ call :%%f
) else (
%latexnmk% %%f
)
@@ -27,7 +31,7 @@ exit /b
%latexnmk% help
goto :eof
-:all
+:alldvi
set target=thesis & %latexnmk% dvi
set target=autoref & %latexnmk% dvi
set target=