Branch : - branch - develop v1.2 - tag - 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.10 0.11 0.12 0.13 0.14 0.15 0.16 0.17 0.18 0.19 0.20 0.21 0.22 0.23 0.24 0.25 0.26 0.27 0.28 0.29 0.30 0.31 0.32 0.33 0.34 0.35 0.36 0.37 0.38 0.39 0.40 0.41 semver v0.42.0 v0.43.0-rc0 v1.0 v1.0-rc1 v1.0-rc2 v1.0.0-rc0 v1.0.1 v1.0.1-rc1 v1.0.1-rc2 v1.1.0 v1.1.0-rc1 v1.1.0-rc2 v1.1.0-rc3 v1.1.0-rc4 v1.1.0-rc5 v1.2.0 v1.2.0-rc1 v1.2.0-rc2 v1.2.0-rc3
ifeq ($V,1) silent_stdout= else silent_stdout= > /dev/null endif PLATFORM := $(shell uname | sed -e 's/_.*//') ifeq ($(PLATFORM), Darwin) err: $(error Docs can't be built on Mac) docs mandvi manual: err endif docs: manual #LTM user manual mandvi: bn.tex cp bn.tex bn.bak touch --reference=bn.tex bn.bak (printf "%s" "\def\fixedpdfdate{"; date +'D:%Y%m%d%H%M%S%:z' -d @$$(stat --format=%Y bn.tex) | sed "s/:\([0-9][0-9]\)$$/'\1'}/g") > bn-deterministic.tex printf "%s\n" "\pdfinfo{" >> bn-deterministic.tex printf "%s\n" " /CreationDate (\fixedpdfdate)" >> bn-deterministic.tex printf "%s\n}\n" " /ModDate (\fixedpdfdate)" >> bn-deterministic.tex cat bn.tex >> bn-deterministic.tex mv bn-deterministic.tex bn.tex touch --reference=bn.bak bn.tex echo "hello" > bn.ind latex bn ${silent_stdout} latex bn ${silent_stdout} makeindex bn latex bn ${silent_stdout} #LTM user manual [pdf] manual: mandvi pdflatex bn >/dev/null sed -b -i 's,^/ID \[.*\]$$,/ID [<0> <0>],g' bn.pdf mv bn.bak bn.tex rm -f bn.aux bn.dvi bn.log bn.idx bn.lof bn.out bn.toc clean: rm -f *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log tommath.tex