@@ -563,7 +563,7 @@ jobs:
563563 # create DMG file
564564 mkdir image
565565 bunzip2 -k macosx/template.sparseimage.bz2
566- hdiutil attach macosx/template.sparseimage -noautoopen -quite -mountpoint image
566+ hdiutil attach macosx/template.sparseimage -noautoopen -quiet -mountpoint image
567567 cp -a macosx/Doxygen.app image
568568 cp -a macosx/Readme.rtf image
569569 mkdir -p image/Doxygen.app/Contents/MacOS
@@ -593,7 +593,7 @@ jobs:
593593 README.md | ( cd installer/doxygen-$VERSION; tar xpf -)
594594
595595 # create PDF version of the manual
596- cp doxygen/latex/doxygen_manual.pdf installer/doxygen_manual-$VERSION.pdf
596+ cp doxygen/build/ latex/doxygen_manual.pdf installer/doxygen_manual-$VERSION.pdf
597597 cd installer
598598 zip -m doxygen_manual-$VERSION.pdf.zip doxygen_manual-$VERSION.pdf
599599 cd ..
@@ -609,12 +609,12 @@ jobs:
609609 mkdir -p $DESTDIR/man/man1
610610 cp -a doxygen/html $DESTDIR
611611 cp -a doxygen/examples $DESTDIR
612- cp doxygen/bin/doxygen $DESTDIR/bin
613- cp doxygen/latex/doxygen_manual.pdf $DESTDIR/doxygen_manual-$VERSION.pdf
614- cp doxygen/bin/doxyindexer $DESTDIR/bin
615- cp doxygen/bin/doxysearch.cgi $DESTDIR/bin
616- cp doxygen/bin/doxywizard $DESTDIR/bin
617- cp doxygen/man/*.1 $DESTDIR/man/man1
612+ cp doxygen/build/ bin/doxygen $DESTDIR/bin
613+ cp doxygen/build/ latex/doxygen_manual.pdf $DESTDIR/doxygen_manual-$VERSION.pdf
614+ cp doxygen/build/ bin/doxyindexer $DESTDIR/bin
615+ cp doxygen/build/ bin/doxysearch.cgi $DESTDIR/bin
616+ cp doxygen/build/ bin/doxywizard $DESTDIR/bin
617+ cp doxygen/build/ man/*.1 $DESTDIR/man/man1
618618 gzip $DESTDIR/man/man1/*
619619 tar -C package -z -c -v -f installer/doxygen-$VERSION.linux.bin.tar.gz doxygen-$VERSION
620620 shell : bash
0 commit comments