Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/format/doc/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 9.0.2024 mit Größe 590 B image not shown  

Quelle  make_doc   Sprache: unbekannt

 
#!/bin/sh
set -e

echo "TeXing documentation"
# TeX the manual and build its bibliography
tex manual; bibtex manual
# TeX the manual again to incorporate the ToC ... and build the index
tex manual; ../../../doc/manualindex manual
# Finally TeX the manual again to get cross-references right
tex manual
# Create the .pdf version
pdftex manual; pdftex manual

# The HTML version of the manual
rm -rf ../htm
mkdir ../htm
echo "Creating HTML documentation"
../../../etc/convert.pl -i -u -c -n FORMAT . ../htm

#############################################################################
##
#E

[ Dauer der Verarbeitung: 0.6 Sekunden  (vorverarbeitet)  ]