Edit

kc3-lang/libxkbcommon/scripts/doxygen-wrapper

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2017-08-01 22:19:48
    Hash : 41bea9ab
    Message : build: make doxygen run from the source tree I couldn't find any other way to make this work! Signed-off-by: Ran Benita <ran234@gmail.com>

  • scripts/doxygen-wrapper
  • #!/bin/sh
    # Run doxygen such that the working directory is the source root.
    # This is needed for various reasons (e.g. relative references in md files).
    # Do not use directly.
    DOXYGEN="$1"
    DOXYFILE="$2"
    ABS_TOP_SRCDIR="$3"
    cd "$ABS_TOP_SRCDIR" && exec "$DOXYGEN" "$DOXYFILE"