]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Add download.c (used for generating the download.html for the website (for releases...
authorDale Weiler <killfieldengine@gmail.com>
Mon, 22 Apr 2013 05:43:38 +0000 (05:43 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Mon, 22 Apr 2013 05:43:38 +0000 (05:43 +0000)
commit217833dff7c7405ac20d3620592d3267aac07c3e
tree5d47b31dc23fc427c4cf2ff09f52d59fb7b9d6ca
parent9a1894f587c332bae5d5b6b99bf1b9c1dfad1353
Add download.c (used for generating the download.html for the website (for releases)) based on magic. use gcc download.c -o gen; gen ../../; git checkout gh-pages; git add download.html; git push origin gh-pages; to apply website changes.
doc/html/download.c [new file with mode: 0644]