ref: d1dd49f3f605899f76d7c72c1c5dcd124f464e31
parent: db4b437c7b2bd8e6efc13418b44b0feca20878db
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Fri Aug 1 18:17:18 EDT 2014
Fix doxygen.cfg hardcoded paths
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -754,8 +754,8 @@
# 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 @@
# 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 @@
# 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