Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Fix: workaround a bug in a Debian patch for Doxygen (#42)
Browse files Browse the repository at this point in the history
Yes. One of the Debian maintainers introduced a patch, that worked
well in 2016. Because of fuzzy-applying of patches, it drifted from
the intended line of code, and is now doing something completely
wrong. For more information, see:

https://bugs.launchpad.net/ubuntu/+source/doxygen/+bug/1631169

There has been some pointing fingers, but no fix as of yet.
  • Loading branch information
TrueBrain committed Jan 19, 2020
1 parent 0b6a879 commit 3f3994c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-docs/files/run.sh
Expand Up @@ -24,6 +24,11 @@ VERSION=${VERSION} doxygen
VERSION=${VERSION} doxygen Doxyfile_Game
)

# Fixing a bug in a Debian patch on Doxygen
# https://bugs.launchpad.net/ubuntu/+source/doxygen/+bug/1631169
cp docs/source/html/dynsections.js docs/aidocs/html/
cp docs/source/html/dynsections.js docs/gamedocs/html/

mv docs/source ${BASENAME}-docs
mv docs/aidocs ${BASENAME}-docs-ai
mv docs/gamedocs ${BASENAME}-docs-gs
Expand Down

0 comments on commit 3f3994c

Please sign in to comment.