mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-04-27 12:44:49 +00:00
Take version from git tag
This commit is contained in:
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user