mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-13 18:28:46 +00:00
10 lines
270 B
Makefile
10 lines
270 B
Makefile
all: metagen
|
|
pdflatex spec.tex
|
|
bibtex spec
|
|
pdflatex 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
|