Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/application-services/tools/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  build-book.sh

  Sprache: Shell
 

#!/bin/bash
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Build all docs with one command
# Documentation will be placed in `build/docs`.

set -xe

if [[ ! -f "$(pwd)/tools/build-book.sh" ]]; then
  echo "ERROR: build-book.sh should be run from the root directory of the repo"
  exit 1
fi

# Generate the Rust docs and move them over to the book.
# We document all features. Ideally we'd leverage https://docs.rs/document-features/latest/document_features/
# so the features themselves are documented, but that's another dependency or another yak, so for another day.
cargo doc --all-features --no-deps
echo '<meta http-equiv=refresh content=0;url=fxa_client>' > target/doc/index.html
mkdir -p docs/rust-docs
cp -rf target/doc/* docs/rust-docs

# Build the development book
output=$(mdbook build docs 2>&1)
if echo "$output" | grep -q "\[ERROR\]" ; then
    exit 1
fi

# copy the output files to the publishing directory
rm -rf build/docs
mkdir -p build/docs
echo '<meta http-equiv=refresh content=0;url=book/index.html>' > build/docs/index.html

mkdir -p build/docs
cp -a docs/book/. build/docs/book

mkdir -p build/docs/shared
cp -a docs/shared/. build/docs/shared

Messung V0.5 in Prozent
C=61 H=94 G=79

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.