mirror of https://github.com/voidlizard/hbs2
fix
This commit is contained in:
parent
81298ef4d0
commit
c9349b21f9
|
@ -1,3 +1,5 @@
|
||||||
|
OUT:=$(shell git rev-parse --short HEAD)
|
||||||
|
|
||||||
all: hbs2-git-problem hbs2-git-new-repo hbs2-git-doc
|
all: hbs2-git-problem hbs2-git-new-repo hbs2-git-doc
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
@ -11,6 +13,7 @@ hbs2-git-problem: hbs2-git-problem.pdf
|
||||||
hbs2-git-new-repo: hbs2-git-new-repo.pdf
|
hbs2-git-new-repo: hbs2-git-new-repo.pdf
|
||||||
|
|
||||||
hbs2-git-doc: hbs2-git-doc-0.24.1.pdf
|
hbs2-git-doc: hbs2-git-doc-0.24.1.pdf
|
||||||
|
@cp $< $(basename $<)-$(OUT)$(suffix $<)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.aux *.log *.nav *.out *.snm *.vrb *.toc *.pdf
|
rm -f *.aux *.log *.nav *.out *.snm *.vrb *.toc *.pdf
|
||||||
|
|
Loading…
Reference in New Issue