File: Fix-path-to-project-logo.patch

package info (click to toggle)
gli 0.8.2.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, stretch
  • size: 16,136 kB
  • ctags: 2,371
  • sloc: cpp: 17,205; sh: 24; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 727 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Wed, 16 Nov 2016 15:37:05 +0000
Subject: Fix path to project logo.

---
 doc/man.doxy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man.doxy b/doc/man.doxy
index 82a470d..42bebbe 100644
--- a/doc/man.doxy
+++ b/doc/man.doxy
@@ -51,7 +51,7 @@ PROJECT_BRIEF          =
 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
 # the logo to the output directory.
 
-PROJECT_LOGO           = G:/Source/G-Truc/gli/doc/logo.png
+PROJECT_LOGO           = logo.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