Skip to content

Commit

Permalink
upload doc compiled by Doxygen version 1.9.6, from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jun 21, 2024
1 parent 7e1f33b commit 6c6878f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Maintenance/public_release/scripts/prepare_release
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ printf "Copy documentation to doc_html/ and doc_html_online/...\n"
[ -d "/srv/CGAL/www/${PUBLIC_RELEASE_NAME#CGAL-}/Manual" ] || mkdir -p "/srv/CGAL/www/${PUBLIC_RELEASE_NAME#CGAL-}/Manual"

cp "$PUBLIC_RELEASE_DIR"/*(.) "${RELEASE_CANDIDATES_DIR}/$PUBLIC_RELEASE_NAME"
files=("$MANUAL_TESTS_DIR/$INTERNAL_RELEASE"/output1/*)
files=("$MANUAL_TESTS_DIR/$INTERNAL_RELEASE"/output2/*)
if ((${#files[@]} == 0)); then
printf "ERROR: documentation files are missing\n"
error_code=1
else
rsync -a --exclude xml "$MANUAL_TESTS_DIR/$INTERNAL_RELEASE"/output1/* "$DEST_DIR/doc_html/"
rsync -a --exclude xml "$MANUAL_TESTS_DIR/$INTERNAL_RELEASE"/output2/* "$DEST_DIR/doc_html/"
pushd "$DEST_DIR/doc_html/Manual/search"
for i in g n c s i; do sed -i "s/..\/BGL$i/..\/BGL\/$i/g" *; done
popd
Expand Down

0 comments on commit 6c6878f

Please sign in to comment.