]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Merge pull request #105 from matthiaskrgr/icon
authorDale Weiler <killfieldengine@gmail.com>
Sun, 21 Apr 2013 14:22:11 +0000 (07:22 -0700)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 21 Apr 2013 14:22:11 +0000 (07:22 -0700)
Icon

Makefile
doc/html/gmqcc.png [new file with mode: 0644]

index 20152c5bf3f6cfa361066c45a33cf097d3917a73..ae8e5700bdc50241e5a981f8d384281f7bd34730 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,7 @@ GOURCEFLAGS=                  \
     --max-files 99999999999   \
     --max-file-lag 0.000001   \
     --bloom-multiplier 1.3    \
+    --logo doc/html/gmqcc.png \
     -1280x720
 
 #ffmpeg flags for gource
diff --git a/doc/html/gmqcc.png b/doc/html/gmqcc.png
new file mode 100644 (file)
index 0000000..0d9b79f
Binary files /dev/null and b/doc/html/gmqcc.png differ