diff --git a/Makefile b/Makefile index 8309572455afb6e0a4a481cd078c3567f458a394..e26a04da0aafbac8b3dcee99f703912bf1a8dc6c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ DOCUMENT_NAME = Arbeit XELATEX = xelatex +all: doc bib doc_twice + default: @echo 'make bib | Create bibliography, Arbeit.aux required. To create them ,run make doc.' @echo 'make doc | Create complete document. Read output and run make bib or make doc again if needed.' @@ -12,5 +14,9 @@ bib: doc: $(XELATEX) $(DOCUMENT_NAME).tex +doc_twice: + $(XELATEX) $(DOCUMENT_NAME).tex + $(XELATEX) $(DOCUMENT_NAME).tex + clean: rm -f .log quit.tex *.acn *gdf *.glg *. glo *. gls *.ist *.lol *.nlo *.nls *.ps *.out *.dvi *.log *.aux *.blg *.toc *.log *.bbl *.lof *.lot *.idx *.brf *.ilg *.ind sections/*.aux images/*.aux