From: Peter Hutterer Date: Thu, 15 Jan 2015 01:43:31 +0000 (+1000) Subject: doc: move DOTFILE_DIRS to libinput.doxygen.in X-Git-Tag: 0.8.0~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f935837c45b6091e928fde7228eebeac401637f5;p=platform%2Fupstream%2Flibinput.git doc: move DOTFILE_DIRS to libinput.doxygen.in We specify a bunch of other (static) things in the .in file, let's be consistent. Signed-off-by: Peter Hutterer --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 51b31a9..f66b47f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,7 +28,6 @@ diagram_files = \ html/index.html: libinput.doxygen $(header_files) $(diagram_files) $(AM_V_GEN)(cat $<; \ echo "INPUT = $(header_files)"; \ - echo "DOTFILE_DIRS = $(srcdir)/dot"; \ ) | $(DOXYGEN) - clean-local: diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in index 254e947..155880a 100644 --- a/doc/libinput.doxygen.in +++ b/doc/libinput.doxygen.in @@ -2251,7 +2251,7 @@ DOT_PATH = # command). # This tag requires that the tag HAVE_DOT is set to YES. -DOTFILE_DIRS = +DOTFILE_DIRS = @top_srcdir@/doc/dot # The MSCFILE_DIRS tag can be used to specify one or more directories that # contain msc files that are included in the documentation (see the \mscfile