%PDF- %PDF-
| Direktori : /proc/self/root/data/old/usr/share/texlive/texmf-dist/doc/latex/disser/templates/doctor/ |
| Current File : //proc/self/root/data/old/usr/share/texlive/texmf-dist/doc/latex/disser/templates/doctor/Makefile |
# # Makefile for documents and templates # Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com> # TARGET?=thesis include ../../include/latex.mk all: @env TARGET=thesis $(MAKE) dvi ;\ env TARGET=autoref $(MAKE) dvi ;\ eval unset TARGET allpdf: @env TARGET=thesis $(MAKE) pdf ;\ env TARGET=autoref $(MAKE) pdf ;\ eval unset TARGET help: .help @echo " all build DVI of autoref and thesis" ;\ echo " allpdf build PDF of autoref and thesis" ;\