mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-06-20 02:12:27 +00:00
Prepare for github
This commit is contained in:
+5
-2
@@ -73,5 +73,8 @@ linkcheck:
|
||||
@echo "Link check complete; look for any errors in the above output " \
|
||||
"or in linkcheck/output.txt."
|
||||
|
||||
upload: html
|
||||
scp -r ./html/* $(SFUSER),pyalsaaudio@web.sourceforge.net:htdocs
|
||||
gh-pages: html
|
||||
cp -r ./html/* gh-pages
|
||||
|
||||
publish: gh-pages
|
||||
cd gh-pages; git commit -a; git push; cd ..
|
||||
Reference in New Issue
Block a user