mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
11 lines
298 B
Makefile
11 lines
298 B
Makefile
all: metagen
|
|
pdflatex lama-spec.tex
|
|
bibtex lama-spec
|
|
pdflatex lama-spec.tex
|
|
|
|
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
|
|
|
|
clean:
|
|
rm -Rf *~ *.log *.aux *.toc *.bbl *.blg *.out *.bak *.pdf
|
|
|