Bug #346
openFailure to apply doxygen CSS patch when building HTML documentation
100%
Description
After applying the patches in #342 and #345, running autoreconf -vif
to rebuild the configure
and Makefiles
, configuring the project and running
make -C doc/unitdoc html-local
,
from the top build directory to build the HTML documentation, make
fails when building the target html-local
when applying the final patch to the CSS:
patch -p1 <../../../doc/unitdoc/doxygen.css.patch patching file html/doxygen.css Hunk #1 FAILED at 944. 1 out of 1 hunk FAILED -- saving rejects to file html/doxygen.css.rej
This might be due to a different version of doxygen
being used and producing different CSS, but I have fixed this issue by creating a new doc/unitdoc/doxygen.css.patch
file. The attached patch fixes this patch file at least when using doxygen
version 1.8.13
.
Files
Updated by Thomas Jahns over 4 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Resolved in commit:bf60175c0f0 part of release 1.0.6. Hopefully, similar errors will not come up in the future since the new method does not rely on patching.