mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 21:00:06 +01:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
f2a446aafd
commit
f935837c45
2 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue