Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
efcd0012
Commit
efcd0012
authored
Oct 20, 2014
by
Diego Biurrun
Browse files
build: Run doxygen from the top build directory
parent
1f353355
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
efcd0012
...
@@ -58,7 +58,7 @@ endif
...
@@ -58,7 +58,7 @@ endif
apidoc
:
stamp-doxygen
apidoc
:
stamp-doxygen
stamp-doxygen
:
doc/doxygen.cfg src/libdvdcss.c src/dvdcss/dvdcss.h
stamp-doxygen
:
doc/doxygen.cfg src/libdvdcss.c src/dvdcss/dvdcss.h
cd
doc
&&
doxygen doxygen.cfg
doxygen
$<
touch
$@
touch
$@
tools
:
test/csstest test/dvd_region
tools
:
test/csstest test/dvd_region
...
...
doc/doxygen.cfg.in
View file @
efcd0012
...
@@ -58,7 +58,7 @@ PROJECT_LOGO =
...
@@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
# left blank the current directory will be used.
OUTPUT_DIRECTORY = @
top
_builddir@
/doc
OUTPUT_DIRECTORY = @
abs
_builddir@
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
# directories (in 2 levels) under the output directory of each output format and
...
@@ -743,8 +743,8 @@ WARN_LOGFILE =
...
@@ -743,8 +743,8 @@ WARN_LOGFILE =
# spaces.
# spaces.
# Note: If this tag is empty the current directory is searched.
# Note: If this tag is empty the current directory is searched.
INPUT = @top_srcdir@/src/dvdcss/dvdcss.h \
INPUT = @
abs_
top_srcdir@/src/dvdcss/dvdcss.h \
@top_srcdir@/src/libdvdcss.c
@
abs_
top_srcdir@/src/libdvdcss.c
# This tag can be used to specify the character encoding of the source files
# 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
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment