From 60af97899d4a22b7dd7e8ebb5e3ae9a05d7c6bbc Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 13 Jan 2020 07:17:55 +0100 Subject: [PATCH] No longer refer to SGML --- doc/scripts/gtkdoc.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/scripts/gtkdoc.sh b/doc/scripts/gtkdoc.sh index 9c446f1..98c0a5e 100755 --- a/doc/scripts/gtkdoc.sh +++ b/doc/scripts/gtkdoc.sh @@ -162,7 +162,18 @@ while [ $# -gt 0 ]; do --module-dir="html" \ --html-dir="$instdir") || exit 2 ;; - gtkdoc/sgml.stamp) + gtkdoc/tmpl.stamp) + output="tmpl" + if [ -n "$OBJDIR" ]; then + output="${OBJDIR}gtkdoc/tmpl" + $DEBUG $MKDIR -- "$output" || exit 2 + fi + (cd "${OBJDIR}gtkdoc" && + $DEBUG $GTKDOC_MKTMPL \ + --module="$MODULE" \ + --output-dir="$output") + ;; + gtkdoc/xml.stamp) output="xml" if [ -n "$OBJDIR" ]; then output="${OBJDIR}gtkdoc/xml" @@ -175,17 +186,6 @@ while [ $# -gt 0 ]; do --output-format="xml" \ --tmpl-dir="tmpl") ;; - gtkdoc/tmpl.stamp) - output="tmpl" - if [ -n "$OBJDIR" ]; then - output="${OBJDIR}gtkdoc/tmpl" - $DEBUG $MKDIR -- "$output" || exit 2 - fi - (cd "${OBJDIR}gtkdoc" && - $DEBUG $GTKDOC_MKTMPL \ - --module="$MODULE" \ - --output-dir="$output") - ;; gtkdoc/*.types) output="doc/gtkdoc" || exit 2 if [ -n "$OBJDIR" ]; then