Browse Source

Add support for 'make ru'

pull/2/head
Duke Leto 3 years ago
parent
commit
3532642c54
  1. 14
      Makefile
  2. BIN
      itm-zchain.pdf
  3. BIN
      sietch.pdf

14
Makefile

@ -5,7 +5,6 @@ LATEX=pdflatex
.PHONY: pdf
pdf:
printf '\\renewcommand{\\docversion}{Version %s}' "$$(git describe --tags --abbrev=6)" |tee sietch.ver
# If $(LATEX) fails, touch an input so that 'make' won't think it is up-to-date next time.
rm -f sietch.aux sietch.bbl sietch.blg sietch.brf sietch.bcf
$(LATEX) sietch.tex
@ -16,6 +15,17 @@ pdf:
dot -Tpdf -o itm-zchain.pdf itm-zchain.gv # && evince itm-zchain.pdf
evince sietch.pdf
ru:
# If $(LATEX) fails, touch an input so that 'make' won't think it is up-to-date next time.
rm -f sietch_ru.aux sietch_ru.bbl sietch_ru.blg sietch_ru.brf sietch_ru.bcf
$(LATEX) sietch_ru.tex
biber sietch_ru
$(LATEX) sietch_ru.tex
$(LATEX) sietch_ru.tex
$(LATEX) sietch_ru.tex
dot -Tpdf -o itm-zchain.pdf itm-zchain.gv
.PHONY: clean
clean:
rm -f sietch.dvi sietch.pdf sietch.bbl sietch.blg sietch.brf sietch.toc sietch.aux sietch.out sietch.log sietch.bcf sietch.run.xml sietch.ver
rm -f sietch.dvi sietch.pdf sietch.bbl sietch.blg sietch.brf sietch.toc sietch.aux sietch.out sietch.log sietch.bcf sietch.run.xml
rm -f sietch_ru.dvi sietch_ru.pdf sietch_ru.bbl sietch_ru.blg sietch_ru.brf sietch_ru.toc sietch_ru.aux sietch_ru.out sietch_ru.log sietch_ru.bcf sietch_ru.run.xml

BIN
itm-zchain.pdf

Binary file not shown.

BIN
sietch.pdf

Binary file not shown.
Loading…
Cancel
Save