Merge pull request #32 from fooishbar/master

doc: Fix Doxygen include for srcdir != builddir
master
Ran Benita 2016-03-15 19:53:45 +02:00
commit 02e8b26ca0
3 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@ language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install xutils-dev
- sudo apt-get install xutils-dev doxygen
compiler:
- gcc

View File

@ -151,7 +151,7 @@ all-local:: doc
clean-local:: clean-doc
doc/stamp-doxygen: $(top_srcdir)/xkbcommon/*.h
$(AM_V_GEN)$(DOXYGEN) doc/Doxyfile
$(AM_V_GEN)(cd $(top_srcdir) && $(DOXYGEN) $(abs_top_builddir)/doc/Doxyfile)
touch $@
clean-doxygen:

View File

@ -2,7 +2,7 @@ PROJECT_NAME = @PACKAGE_NAME@
PROJECT_NUMBER = @PACKAGE_VERSION@
OUTPUT_DIRECTORY = doc
OUTPUT_DIRECTORY = @abs_top_builddir@/doc
BRIEF_MEMBER_DESC = NO
@ -18,13 +18,13 @@ QUIET = YES
WARN_IF_UNDOCUMENTED = NO
INPUT = @abs_top_srcdir@/README.md \
@abs_top_srcdir@/doc/quick-guide.md \
@abs_top_srcdir@/doc/compat.md \
@abs_top_srcdir@/xkbcommon/xkbcommon.h \
@abs_top_srcdir@/xkbcommon/xkbcommon-names.h \
@abs_top_srcdir@/xkbcommon/xkbcommon-x11.h \
@abs_top_srcdir@/xkbcommon/xkbcommon-compose.h \
INPUT = README.md \
doc/quick-guide.md \
doc/compat.md \
xkbcommon/xkbcommon.h \
xkbcommon/xkbcommon-names.h \
xkbcommon/xkbcommon-x11.h \
xkbcommon/xkbcommon-compose.h \
FILE_PATTERNS = *.c \
*.h
@ -40,7 +40,7 @@ ALPHABETICAL_INDEX = NO
IGNORE_PREFIX = xkb_ \
XKB_
HTML_EXTRA_STYLESHEET = @abs_top_srcdir@/doc/doxygen-extra.css
HTML_EXTRA_STYLESHEET = doc/doxygen-extra.css
HTML_TIMESTAMP = NO