Take version from git tag

This commit is contained in:
Lars Immisch
2015-05-11 22:13:02 +02:00
parent a83979a71e
commit 526bd05eaf
3 changed files with 10 additions and 6 deletions

View File

@@ -11,8 +11,6 @@ PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
SFUSER = larsimmisch
.PHONY: help clean html web pickle htmlhelp latex changes linkcheck install
all: html
@@ -77,4 +75,4 @@ gh-pages: html
cp -r ./html/* gh-pages
publish: gh-pages
cd gh-pages; git commit -a; git push; cd ..
cd gh-pages; git commit -a; git push; cd ..