[libdvdcss-devel] Fix doxygen.cfg hardcoded paths

Jean-Baptiste Kempf git at videolan.org
Fri Aug 1 22:17:44 CEST 2014


libdvdcss | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug  1 22:17:18 2014 +0200| [d1dd49f3f605899f76d7c72c1c5dcd124f464e31] | committer: Jean-Baptiste Kempf

Fix doxygen.cfg hardcoded paths

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=d1dd49f3f605899f76d7c72c1c5dcd124f464e31
---

 doc/doxygen.cfg.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 97b92db..455fbfe 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -754,8 +754,8 @@ WARN_LOGFILE           =
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = ../../src/dvdcss/dvdcss.h \
-                         ../../src/libdvdcss.c
+INPUT                  = @top_srcdir@/src/dvdcss/dvdcss.h \
+                         @top_srcdir@/src/libdvdcss.c
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1048,7 +1048,7 @@ HTML_FILE_EXTENSION    = .html
 # of the possible markers and block names see the documentation.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_HEADER            = ../../doc/header.html
+HTML_HEADER            = @top_srcdir@/doc/header.html
 
 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
 # generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1058,7 +1058,7 @@ HTML_HEADER            = ../../doc/header.html
 # that doxygen normally uses.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_FOOTER            = ../../doc/footer.html
+HTML_FOOTER            = @top_srcdir@/doc/footer.html
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
 # sheet that is used by each HTML page. It can be used to fine-tune the look of



More information about the libdvdcss-devel mailing list