summaryrefslogtreecommitdiff
path: root/doxygen/builder/rtems-doxygen-publish
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-03-29 05:42:30 +0000
committerChris Johns <chrisj@rtems.org>2019-03-29 05:43:33 +0000
commit63a27095cb2579d8479650af7565e9793a8cb2e7 (patch)
treeba8fe476f33517360bb2c058b76bef61c07ed236 /doxygen/builder/rtems-doxygen-publish
parent7dfa32c60dd97f4cb88fe08a35c3d63b235a95e4 (diff)
Update to the latest doxygen config file.
Diffstat (limited to 'doxygen/builder/rtems-doxygen-publish')
-rwxr-xr-xdoxygen/builder/rtems-doxygen-publish3
1 files changed, 2 insertions, 1 deletions
diff --git a/doxygen/builder/rtems-doxygen-publish b/doxygen/builder/rtems-doxygen-publish
index 4f12eab..e4c4b9a 100755
--- a/doxygen/builder/rtems-doxygen-publish
+++ b/doxygen/builder/rtems-doxygen-publish
@@ -44,7 +44,8 @@ new=${top}/latest/new
#
if [ -d ${new} ]; then
${rm} -rf ${current}.tags ${current}/*
- ${cp} -r ${new}/.tags ${new}/* ${current}/.
+ ${cp} -r ${new}/.tags ${current}/.
+ ${cp} -r ${new}/. ${current}/.
${rm} -rf ${new}
fi