lama_byterun/doc/spec/Makefile

11 lines
285 B
Makefile
Raw Normal View History

2020-02-17 01:51:52 +03:00
all: metagen
2020-02-18 03:39:42 +03:00
pdflatex lama-spec.tex
bibtex lama-spec
pdflatex lama-spec.tex
2020-02-10 04:05:53 +03:00
2020-02-17 01:51:52 +03:00
metagen:
git rev-parse --verify HEAD | LC_TIME=en_US.UTF-8 git show --no-patch --no-notes --pretty='%cd' --date=format:"%B, %e, %Y" > commitdate.tex
2020-02-10 04:05:53 +03:00
clean:
2020-02-10 15:24:45 +03:00
rm -Rf *~ *.log *.aux *.toc *.bbl *.blg *.out