File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ jobs:
569569 mkdir -p image/Doxygen.app/Contents/MacOS
570570 sed -i -e "s/\$VERSION/${{ steps.doxygen-version.outputs.version }}/g" image/Doxygen.app/Contents/Info.plist
571571 cp doxygen/build/bin/doxygen image/Doxygen.app/Contents/Resources
572- cp doxygen/build/bin/doxyindex image/Doxygen.app/Contents/Resources
572+ cp doxygen/build/bin/doxyindexer image/Doxygen.app/Contents/Resources
573573 cp doxygen/build/bin/doxysearch.cgi image/Doxygen.app/Contents/Resources
574574 cp doxygen/build/bin/doxywizard image/Doxygen.app/Contents/MacOS/Doxywizard
575575 /usr/sbin/diskutil rename image Doxygen
@@ -607,8 +607,8 @@ jobs:
607607 cat doxygen/INSTALL | sed -e "s/\$VERSION/$VERSION/g" -e "s/\$DATE/`date +\"%d %B %Y\"`/g" >$DESTDIR/INSTALL
608608 mkdir $DESTDIR/bin
609609 mkdir -p $DESTDIR/man/man1
610- cp -a doxygen/html $DESTDIR
611- cp -a doxygen/examples $DESTDIR
610+ cp -a doxygen/build/ html $DESTDIR
611+ cp -a doxygen/build/ examples $DESTDIR
612612 cp doxygen/build/bin/doxygen $DESTDIR/bin
613613 cp doxygen/build/latex/doxygen_manual.pdf $DESTDIR/doxygen_manual-$VERSION.pdf
614614 cp doxygen/build/bin/doxyindexer $DESTDIR/bin
You can’t perform that action at this time.
0 commit comments