Prepare for github

This commit is contained in:
Lars Immisch
2015-04-30 17:34:03 +00:00
parent 039388d1e2
commit 4750bb7dc4
6 changed files with 36 additions and 29 deletions
+5 -2
View File
@@ -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 ..