lama_byterun/spec/Makefile

12 lines
298 B
Makefile
Raw Permalink 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-19 19:56:47 +03:00
rm -Rf *~ *.log *.aux *.toc *.bbl *.blg *.out *.bak *.pdf