mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-05 05:28:15 +00:00
Continue spec;
This commit is contained in:
parent
83bd6d7ad8
commit
bd80caf440
10 changed files with 181 additions and 21 deletions
|
|
@ -1,7 +1,10 @@
|
|||
all:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue