Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
241d4712
Commit
241d4712
authored
May 04, 2010
by
Daniel Molkentin
Browse files
add doc template file to replaceVersion.
Reviewed-by: con
parent
ab309f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/replaceVersion.sh
View file @
241d4712
...
...
@@ -101,6 +101,16 @@ sed \
"
${
QDOCCONF
}
"
>
"
${
TMPFILE
}
"
mv
-f
"
${
TMPFILE
}
"
"
${
QDOCCONF
}
"
## Patch qt-html-templates.qdocconf
TMPFILE
=
`
mktemp
versionPatch.XXXXXX
`
QDOCCONF
=
"
${
SCRIPT_DIR
}
/doc/qt-html-templates.qdocconf"
echo
"Patching
\`
${
QDOCCONF
}
'"
sed
\
-e
"s/"
${
OLD_DOT_THREE
}
"/"
${
NEW_DOT_THREE
}
"/"
\
-e
"s/"
${
OLD_THREE
}
"/"
${
NEW_THREE
}
"/"
\
"
${
QDOCCONF
}
"
>
"
${
TMPFILE
}
"
mv
-f
"
${
TMPFILE
}
"
"
${
QDOCCONF
}
"
## Patch qtcreator.qdoc
TMPFILE
=
`
mktemp
versionPatch.XXXXXX
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment