From c319d1ada7409c396a8724ff62a81b7e41e1a911 Mon Sep 17 00:00:00 2001
From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Date: Mon, 25 May 2015 19:39:50 +0200
Subject: [PATCH] Documentation: Move doc-icon.png from the root to dist.

---
 Doxyfile                          |   2 +-
 doc-icon.png => dist/doc-icon.png | Bin
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename doc-icon.png => dist/doc-icon.png (100%)

diff --git a/Doxyfile b/Doxyfile
index 5c2e09246..92faa0b2a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -51,7 +51,7 @@ PROJECT_BRIEF          = "Nintendo 3DS emulator/debugger"
 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
 # to the output directory.
 
-PROJECT_LOGO           = doc-icon.png
+PROJECT_LOGO           = dist/doc-icon.png
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
 # into which the generated documentation will be written. If a relative path is
diff --git a/doc-icon.png b/dist/doc-icon.png
similarity index 100%
rename from doc-icon.png
rename to dist/doc-icon.png